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 49e20c5 commit bd1a45fCopy full SHA for bd1a45f
.evergreen/run-tests.sh
@@ -40,6 +40,7 @@ trap "cleanup_tests" SIGINT ERR
40
if [ -n "${UV_PYTHON:-}" ]; then
41
echo "Using UV_PYTHON=$UV_PYTHON"
42
fi
43
+set -x
44
uv run ${UV_ARGS} -v --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
45
46
cleanup_tests
0 commit comments