about summary refs log tree commit diff stats
path: root/subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx')
-rwxr-xr-xsubx/test_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 51fa905f..5f210c31 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -10,7 +10,7 @@ cd `dirname $0`
 for f in [0-9]*cc
 do
   echo "=== $f"
-  ./build_and_test_until $f  ||  exit 1
+  ./build_and_test_until $f
 done
 
 # add SubX files one at a time