Skip to content

Commit 0abcada

Browse files
committed
ci: test scripts should fail on errors
While these test scripts are running in CI, if any of their commands fail, they don't actually fail the build.
1 parent 2393c55 commit 0abcada

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

regex-syntax/test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# This is a convenience script for running a broad swath of the syntax tests.
46
echo "===== DEFAULT FEATURES ==="
57
cargo test

test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
# This is a convenience script for running a broad swath of tests across
46
# features. We don't test the complete space, since the complete space is quite
57
# large. Hopefully once we migrate the test suite to better infrastructure

0 commit comments

Comments
 (0)