Skip to content

Commit

Permalink
Add type:test back to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp committed Nov 14, 2024
1 parent 68c9d29 commit 637a6cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ functions:
- .evergreen/scripts/run-with-env.sh
- .evergreen/scripts/setup-encryption.sh
- command: subprocess.exec
type: test
params:
working_dir: "src"
binary: bash
Expand Down
4 changes: 2 additions & 2 deletions .evergreen/scripts/run-with-env.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -u
#!/bin/bash -eu

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

Expand All @@ -15,7 +15,7 @@ else
fi
fi

set -u
set -eu

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

0 comments on commit 637a6cc

Please sign in to comment.