Skip to content

Commit aa65cf3

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/build-script-helper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ def handle_invocation(args):
191191
test_args += ['-Xswiftc', '-enable-testing']
192192
if should_test_parallel():
193193
test_args += ['--parallel']
194+
# The test suite consults these variables to control what tests get run
195+
env['SWIFT_DRIVER_ENABLE_INTEGRATION_TESTS'] = "1"
194196
swiftpm('test', swift_exec, test_args, env)
195197
elif args.action == 'install':
196198
if platform.system() == 'Darwin':

0 commit comments

Comments
 (0)