Skip to content

Commit 91154f8

Browse files
committed
[build-script] Add --parallel to supress output on success
It's slightly faster and it helps supress the test output when tests succeed (which avoids false positives in Jenkins' error regexes).
1 parent 2fa1468 commit 91154f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/build-script-helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def get_swiftpm_options(args):
2424
'--package-path', args.package_path,
2525
'--build-path', args.build_path,
2626
'--configuration', args.configuration,
27+
'--parallel',
2728
]
2829

2930
if args.verbose:

0 commit comments

Comments
 (0)