diff options
-rwxr-xr-x | subx/test_layers | 2 |
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 |