about summary refs log blame commit diff stats
path: root/subx/test_layers
blob: 60697b3c0b3489920174ce11758389e654cff53c (plain) (tree)
1
2
3
4
5
6
7
8







                                                                            
#!/bin/bash
# Repeatedly stop building until successive layers, and run all tests built.

for f in [0-9]*
do
  echo "=== $f"
  ./build_and_test_until $f  ||  exit 1
done