about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-20 10:02:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-20 10:02:52 -0700
commitda3882129af815d25576a5188b92ca3eee736f6e (patch)
tree346b3742c88021f75435b0fb8ff920eb450d337b
parent717ab65913f1585221632303f0ab53ac42d4b348 (diff)
downloadmu-da3882129af815d25576a5188b92ca3eee736f6e.tar.gz
1106
-rwxr-xr-xcpp/test_all2
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