Skip to content

Commit b02d8a8

Browse files
committed
[Build Script Helper] Enable integration tests
1 parent 07a07b8 commit b02d8a8

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
@@ -191,6 +191,7 @@ def handle_invocation(args):
191191
test_args += ['-Xswiftc', '-enable-testing']
192192
if should_test_parallel():
193193
test_args += ['--parallel']
194+
env['SWIFT_DRIVER_ENABLE_INTEGRATION_TESTS'] = "1"
194195
swiftpm('test', swift_exec, test_args, env)
195196
elif args.action == 'install':
196197
if platform.system() == 'Darwin':

0 commit comments

Comments
 (0)