Skip to content

Commit e179831

Browse files
committed
lint
1 parent 980a6dc commit e179831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/scripts/run-ocsp-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -eu
23

34
pushd "${PROJECT_DIRECTORY}/.evergreen"
45
bash scripts/setup-dev-env.sh

.evergreen/scripts/setup-tests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ set -eu
1313
# MONGODB_URI If non-empty, use as the MONGODB_URI in tests.
1414

1515
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
16-
ROOT_DIR="$(dirname "$(dirname $SCRIPT_DIR)")"
1716

1817
# Try to source the env file.
1918
if [ -f $SCRIPT_DIR/env.sh ]; then
2019
source $SCRIPT_DIR/env.sh
2120
fi
2221

23-
uv run $SCRIPT_DIR/setup_tests.py $@
22+
uv run $SCRIPT_DIR/setup_tests.py "$@"

0 commit comments

Comments
 (0)