We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce12bb0 commit 2b318e5Copy full SHA for 2b318e5
e2e-tests/oauth-flow/rfc021/run-test.sh
@@ -1,4 +1,5 @@
1
#!/usr/bin/env bash
2
+set -e # make script fail if any of the tests returns a non-zero exit code
3
./do-test.sh postgres
4
./do-test.sh mysql
5
./do-test.sh sqlite
0 commit comments