Skip to content

Commit 2b318e5

Browse files
committed
missing set -e
1 parent ce12bb0 commit 2b318e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e-tests/oauth-flow/rfc021/run-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e # make script fail if any of the tests returns a non-zero exit code
23
./do-test.sh postgres
34
./do-test.sh mysql
45
./do-test.sh sqlite

0 commit comments

Comments
 (0)