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. --- build_and_test_until | 1 + 1 file changed, 1 insertion(+) (limited to 'build_and_test_until') diff --git a/build_and_test_until b/build_and_test_until index 3e353885..2220be17 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -1,4 +1,5 @@ #!/bin/sh +set -e ./clean top-level ./build --until $1 && ./mu_bin test -- cgit 1.4.1-2-gfad0