about summary refs log tree commit diff stats
path: root/subx/test_layers
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-03-12 18:53:48 -0700
committerKartik Agaram <vc@akkartik.com>2019-03-12 18:53:48 -0700
commit43711b0e9f18e0225ce14687fb6ea0902aa6fc61 (patch)
tree3a22298b96dd2610e1a93e1ac85c057126c777ea /subx/test_layers
parent24c0e27b1bb9d46aa6e4c9fbe8a414fe90c48f8c (diff)
downloadmu-43711b0e9f18e0225ce14687fb6ea0902aa6fc61.tar.gz
5000
Fix spurious errors in `test_layers` on non-Linux platforms.
Diffstat (limited to 'subx/test_layers')
-rwxr-xr-xsubx/test_layers2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/test_layers b/subx/test_layers
index 523d82b8..a2ed65c6 100755
--- a/subx/test_layers
+++ b/subx/test_layers
@@ -27,5 +27,5 @@ do
     chmod +x foo
     ./foo
     echo
-  }
+  } || true
 done