Skip to content

Commit 6221bdf

Browse files
committed
Make regen-gold.sh fail if build fails
1 parent ff6add5 commit 6221bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/regen-gold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd $(dirname $0)
44

55
cd ..
6-
b2 -q
6+
b2 -q || exit 1
77
cd -
88

99
find . -name "*.gold" | while read gold_file

0 commit comments

Comments
 (0)