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 3a89577 commit 58d7d37Copy full SHA for 58d7d37
.evergreen/run-tests.sh
@@ -37,6 +37,7 @@ cleanup_tests() {
37
trap "cleanup_tests" SIGINT ERR
38
39
# Start the test runner.
40
+echo "Hello $UV_ARGS"
41
uv run ${UV_ARGS} --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
42
43
cleanup_tests
0 commit comments