Skip to content

Commit a686faa

Browse files
lb90eli-schwartz
authored andcommitted
run_single_test.py: skip setup_symlinks() call on Windows
(cherry picked from commit 69af44d)
1 parent 19a68dc commit a686faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_single_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def main() -> None:
4848

4949
if not is_windows():
5050
scan_test_data_symlinks()
51-
setup_symlinks()
51+
setup_symlinks()
5252
setup_commands(args.backend)
5353
if not args.quick:
5454
detect_system_compiler(args)

0 commit comments

Comments
 (0)