Skip to content

Commit ea1dfb3

Browse files
committed
fix script
1 parent 429a848 commit ea1dfb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828

2929
cleanup_tests() {
3030
# Avoid leaving the lock file in a changed state when we change the resolution type.
31-
if [ -n "TEST_MIN_DEPS" ]; then
31+
if [ -n "$TEST_MIN_DEPS" ]; then
3232
git checkout uv.lock || true
3333
fi
3434
cd $PREV_DIR
@@ -39,4 +39,4 @@ trap "cleanup_tests" SIGINT ERR
3939
# Start the test runner.
4040
uv run ${UV_ARGS} --reinstall-package pymongo .evergreen/scripts/run_tests.py "$@"
4141

42-
cleanup_tests()
42+
cleanup_tests

0 commit comments

Comments
 (0)