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 429a848 commit ea1dfb3Copy full SHA for ea1dfb3
.evergreen/run-tests.sh
@@ -28,7 +28,7 @@ fi
28
29
cleanup_tests() {
30
# Avoid leaving the lock file in a changed state when we change the resolution type.
31
- if [ -n "TEST_MIN_DEPS" ]; then
+ if [ -n "$TEST_MIN_DEPS" ]; then
32
git checkout uv.lock || true
33
fi
34
cd $PREV_DIR
@@ -39,4 +39,4 @@ trap "cleanup_tests" SIGINT ERR
39
# Start the test runner.
40
uv run ${UV_ARGS} --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
41
42
-cleanup_tests()
+cleanup_tests
0 commit comments