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 93cd000 commit c3d6969Copy full SHA for c3d6969
.evergreen/run-tests.sh
@@ -31,10 +31,6 @@ 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,7 +20,3 @@ 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