diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-20 10:02:52 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-20 10:02:52 -0700 |
commit | da3882129af815d25576a5188b92ca3eee736f6e (patch) | |
tree | 346b3742c88021f75435b0fb8ff920eb450d337b /cpp | |
parent | 717ab65913f1585221632303f0ab53ac42d4b348 (diff) | |
download | mu-da3882129af815d25576a5188b92ca3eee736f6e.tar.gz |
1106
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test_all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test_all b/cpp/test_all index c30d8926..4117dde0 100755 --- a/cpp/test_all +++ b/cpp/test_all @@ -3,5 +3,5 @@ for f in [0-9]* do echo "=== $f" - ./build_and_test_until $f + ./build_and_test_until $f || exit 0 done |