This commit is contained in:
Kartik Agaram 2018-10-10 20:54:36 -07:00
parent 8950915a00
commit 73a9f0f787
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
set -e
cd `dirname $0`
for f in [0-9]*
for f in [0-9]*cc
do
echo "=== $f"
./build_and_test_until $f || exit 1