Skip to content

Commit 4cd8d6f

Browse files
authored
Merge pull request #1099 from etcwilde/ewilde/disable-parallel-testing
Disable parallel testing on all platforms
2 parents 6e17ef4 + 12926e3 commit 4cd8d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def add_rpath(rpath, binary, verbose):
151151
print(stdout)
152152

153153
def should_test_parallel():
154-
return platform.system() != 'Linux'
154+
return False
155155

156156
def handle_invocation(args):
157157
swiftpm_args = get_swiftpm_options(args)

0 commit comments

Comments
 (0)