Skip to content

Commit 641c669

Browse files
committed
add files
1 parent 201613c commit 641c669

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.evergreen/scripts/setup-tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,4 @@ if [ -f $SCRIPT_DIR/env.sh ]; then
1919
source $SCRIPT_DIR/env.sh
2020
fi
2121

22-
set -x
23-
pwd
24-
ls
25-
exit 1
2622
uv run $SCRIPT_DIR/setup_tests.py "$@"

.evergreen/scripts/setup_tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ def handle_test_env() -> None:
120120
SSL = "ssl" if opts.ssl else "nossl"
121121
TEST_ARGS = ""
122122

123-
# Remove an existing local secrets file if it exists.
124-
(ROOT / "secrets-export.sh").unlink(missing_ok=True)
125-
126123
# Start compiling the args we'll pass to uv.
127124
# Run in an isolated environment so as not to pollute the base venv.
128125
UV_ARGS = ["--isolated --extra test"]

0 commit comments

Comments
 (0)