We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaa49f commit 93cd000Copy full SHA for 93cd000
.evergreen/run-tests.sh
@@ -31,6 +31,10 @@ uv pip list
31
# Ensure we go back to base environment after the test.
32
trap "uv sync" EXIT HUP
33
34
+set -x
35
+curl -s "localhost:8100"
36
+set +x
37
+
38
# Start the test runner.
39
uv run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"
40
.evergreen/scripts/setup-tests.sh
@@ -20,3 +20,7 @@ if [ -f $SCRIPT_DIR/env.sh ]; then
20
fi
21
22
uv run $SCRIPT_DIR/setup_tests.py "$@"
23
24
25
26
0 commit comments