Skip to content

Commit 69af44d

Browse files
lb90eli-schwartz
authored andcommitted
run_single_test.py: skip setup_symlinks() call on Windows
1 parent 8a9c7b6 commit 69af44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_single_test.py

Lines changed: 1 addition & 1 deletion
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)