We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bd8d0 commit 13b4594Copy full SHA for 13b4594
tests/run_all.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/env bash
2
3
+# Fail the tests if any command fails
4
+set -e
5
+
6
cleanup() {
7
local auth_method=$1
8
0 commit comments