Skip to content

Commit c3d6969

Browse files
committed
undo debug
1 parent 93cd000 commit c3d6969

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.evergreen/run-tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ uv pip list
3131
# Ensure we go back to base environment after the test.
3232
trap "uv sync" EXIT HUP
3333

34-
set -x
35-
curl -s "localhost:8100"
36-
set +x
37-
3834
# Start the test runner.
3935
uv run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
4036

.evergreen/scripts/setup-tests.sh

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

2222
uv run $SCRIPT_DIR/setup_tests.py "$@"
23-
24-
set -x
25-
curl -s "localhost:8100"
26-
set +x

0 commit comments

Comments
 (0)