Skip to content

Commit 637a6cc

Browse files
committed
Add type:test back to run tests
1 parent 68c9d29 commit 637a6cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ functions:
294294
- .evergreen/scripts/run-with-env.sh
295295
- .evergreen/scripts/setup-encryption.sh
296296
- command: subprocess.exec
297+
type: test
297298
params:
298299
working_dir: "src"
299300
binary: bash

.evergreen/scripts/run-with-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -u
1+
#!/bin/bash -eu
22

33
# Example use: bash run-with-env.sh run-tests.sh {args...}
44

@@ -15,7 +15,7 @@ else
1515
fi
1616
fi
1717

18-
set -u
18+
set -eu
1919

2020
# shellcheck source=/dev/null
2121
. "$1" "${@:2}"

0 commit comments

Comments
 (0)