Skip to content

Commit 1231138

Browse files
committed
fix trap
1 parent 320515c commit 1231138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $UV sync ${UV_ARGS} --reinstall
3232
$UV pip list
3333

3434
# Ensure we go back to base environment after the test.
35-
trap "uv sync" EXIT HUP
35+
trap "${UV} sync" EXIT HUP
3636

3737
# Start the test runner.
3838
$UV run ${UV_ARGS} .evergreen/scripts/run_tests.py "$@"

0 commit comments

Comments
 (0)