Skip to content

Commit c111790

Browse files
committed
fix windows path
1 parent 3274245 commit c111790

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
@@ -29,6 +29,6 @@ if [ -f "./secrets-export.sh" ]; then
2929
fi
3030

3131
# Start the test runner.
32-
uv run ${UV_ARGS} $SCRIPT_DIR/scripts/run_tests.py
32+
uv run ${UV_ARGS} .evergreen/scripts/run_tests.py
3333

3434
popd

0 commit comments

Comments
 (0)