Skip to content

Commit 5e8001b

Browse files
committed
forgot to exit 1 if test fails
1 parent a4cacb8 commit 5e8001b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runprod/run-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
for test in tests/runprod/test-*.sh; do
88
echo "::group::test $test"
9-
./"$test"
9+
./"$test" || exit 1
1010
echo "::endgroup::"
1111
done

0 commit comments

Comments
 (0)