about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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
9-03-21 16:30:23 -0400 committer Drew DeVault <sir@cmpwn.com> 2019-03-21 16:30:23 -0400 Add context-specific commands' href='/akspecs/aerc/commit/commands/quit.go?h=0.2.0&id=8126d82956636a2525263e2d0d985d721fdb8074'>8126d82 ^
f406bf5 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24