From ba838feae98ad0e3a403429422bad3f6fa4367cc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 20 Feb 2018 01:36:02 -0800 Subject: 4211 Just ran into first issue from using the portable /bin/sh rather than a modern shell: https://stackoverflow.com/questions/15744421/read-command-doesnt-wait-for-input Turn on errexit everywhere. --- test_layers | 1 + 1 file changed, 1 insertion(+) (limited to 'test_layers') diff --git a/test_layers b/test_layers index 69d9818e..e004b796 100755 --- a/test_layers +++ b/test_layers @@ -13,6 +13,7 @@ # test_layers x y # Test all layers for a specific app: # test_layers app +set -e if [[ $1 == one-off ]] then -- cgit 1.4.1-2-gfad0