Skip to content

Commit 93cd000

Browse files
committed
debug
1 parent cdaa49f commit 93cd000

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.evergreen/run-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ 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+
3438
# Start the test runner.
3539
uv run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
3640

.evergreen/scripts/setup-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ 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)