From b3707a6f5002c9a82cfc5164aa86b8c4f7fe69f9 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 6 Apr 2015 12:22:06 -0700 Subject: 1028 - now actually test every single layer In the process, test_all actually got *simpler*. --- cpp/test_all | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cpp/test_all') diff --git a/cpp/test_all b/cpp/test_all index a171031e..c30d8926 100755 --- a/cpp/test_all +++ b/cpp/test_all @@ -1,9 +1,7 @@ #!/bin/bash -for l in `seq 10 99` +for f in [0-9]* do - echo "=== $l" - ./build_and_test_until 0$l - # stop after the first index without a file - if [ ! -f 0$l* ]; then break; fi + echo "=== $f" + ./build_and_test_until $f done -- cgit 1.4.1-2-gfad0