Skip to content

Commit da4f62b

Browse files
authored
Merge pull request #176 from ahoppen/pr/disable-testable-imports
Disable testable imports
2 parents 8275f72 + dfcd589 commit da4f62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def invoke_swift_single_product(package_dir, swift_exec, action, product, build_
190190
args.extend(['--multiroot-data-file', multiroot_data_file])
191191

192192
if action == 'test':
193-
args.extend(['--test-product', product])
193+
args.extend(['--test-product', product, '--disable-testable-imports'])
194194
else:
195195
args.extend(['--product', product])
196196

0 commit comments

Comments
 (0)