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 68c9d29 commit 637a6ccCopy full SHA for 637a6cc
.evergreen/config.yml
@@ -294,6 +294,7 @@ functions:
294
- .evergreen/scripts/run-with-env.sh
295
- .evergreen/scripts/setup-encryption.sh
296
- command: subprocess.exec
297
+ type: test
298
params:
299
working_dir: "src"
300
binary: bash
.evergreen/scripts/run-with-env.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash -u
+#!/bin/bash -eu
2
3
# Example use: bash run-with-env.sh run-tests.sh {args...}
4
@@ -15,7 +15,7 @@ else
15
fi
16
17
18
-set -u
+set -eu
19
20
# shellcheck source=/dev/null
21
. "$1" "${@:2}"
0 commit comments