Skip to content

Commit 0c7b575

Browse files
committed
test-build.sh should have set -e
This will cause the script to exit on failure when a command, like test-imagr.sh, fails.
1 parent 54982f2 commit 0c7b575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Run a test build for all images.
44

5-
set -uo pipefail
5+
set -euo pipefail
66

77
. functions.sh
88

0 commit comments

Comments
 (0)