Skip to content

Commit

Permalink
run_single_test.py: skip setup_symlinks() call on Windows
Browse files Browse the repository at this point in the history
(cherry picked from commit 69af44d)
  • Loading branch information
lb90 authored and eli-schwartz committed Dec 15, 2024
1 parent 19a68dc commit a686faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_single_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def main() -> None:

if not is_windows():
scan_test_data_symlinks()
setup_symlinks()
setup_symlinks()
setup_commands(args.backend)
if not args.quick:
detect_system_compiler(args)
Expand Down

0 comments on commit a686faa

Please sign in to comment.