Skip to content

Commit 73ad059

Browse files
committed
fix teardown windows
1 parent 612eb74 commit 73ad059

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.evergreen/scripts/teardown-tests.sh

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/bin/bash
2-
set -eux
2+
set -eu
33

44
SCRIPT_DIR=$(dirname ${BASH_SOURCE:-$0})
5-
SCRIPT_DIR="$( cd -- "$SCRIPT_DIR" > /dev/null 2>&1 && pwd )"
6-
ROOT_DIR="$(dirname $SCRIPT_DIR)"
7-
8-
pushd $ROOT_DIR > /dev/null
95

106
# Try to source the env file.
117
if [ -f $SCRIPT_DIR/env.sh ]; then
@@ -22,10 +18,6 @@ if [ -f $SCRIPT_DIR/test-env.sh ]; then
2218
else
2319
echo "Missing test inputs, please run 'just setup-tests'"
2420
fi
25-
set -x
2621

2722
# Teardown the test runner.
28-
ls $SCRIPT_DIR
2923
uv run $SCRIPT_DIR/teardown_tests.py
30-
31-
popd > /dev/null

0 commit comments

Comments
 (0)