about summary refs log tree commit diff stats
path: root/cpp/test_all
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test_all')
-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