summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Bacci <luca.bacci982@gmail.com>2024-11-20 10:00:51 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-11-20 08:06:54 -0500
commit69af44d50ef6fdceefff08446d915cc6b1fe2d50 (patch)
tree03a8febdbd860c8198785e40cf78179f5d4cb8eb
parent8a9c7b6330d07a4491d63f486b234d65767bb37c (diff)
downloadmeson-69af44d50ef6fdceefff08446d915cc6b1fe2d50.tar.gz
run_single_test.py: skip setup_symlinks() call on Windows
-rwxr-xr-xrun_single_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_single_test.py b/run_single_test.py
index b7c294269..23b175641 100755
--- a/run_single_test.py
+++ b/run_single_test.py
@@ -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)