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
  • Loading branch information
lb90 authored and eli-schwartz committed Nov 20, 2024
1 parent 8a9c7b6 commit 69af44d
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 69af44d

Please sign in to comment.