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 980a6dc commit e179831Copy full SHA for e179831
.evergreen/scripts/run-ocsp-test.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+set -eu
3
4
pushd "${PROJECT_DIRECTORY}/.evergreen"
5
bash scripts/setup-dev-env.sh
.evergreen/scripts/setup-tests.sh
@@ -13,11 +13,10 @@ set -eu
13
# MONGODB_URI If non-empty, use as the MONGODB_URI in tests.
14
15
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
16
-ROOT_DIR="$(dirname "$(dirname $SCRIPT_DIR)")"
17
18
# Try to source the env file.
19
if [ -f $SCRIPT_DIR/env.sh ]; then
20
source $SCRIPT_DIR/env.sh
21
fi
22
23
-uv run $SCRIPT_DIR/setup_tests.py $@
+uv run $SCRIPT_DIR/setup_tests.py "$@"
0 commit comments