We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0acd3 commit 5a4d290Copy full SHA for 5a4d290
utils/swift_build_support/tests/test_host_specific_configuration.py
@@ -332,7 +332,7 @@ def test_should_allow_testing_only_non_executable_tests(self):
332
self.assertIn('check-swift-macosx-x86_64',
333
before.swift_test_run_targets)
334
335
- args.only_executable_test = True
+ args.only_non_executable_test = True
336
after = HostSpecificConfiguration('macosx-x86_64', args)
337
self.assertIn('check-swift-only_non_executable-macosx-x86_64',
338
after.swift_test_run_targets)
@@ -637,6 +637,7 @@ def default_args(self):
637
maccatalyst_ios_tests=False,
638
long_test=False,
639
only_executable_test=False,
640
+ only_non_executable_test=False,
641
stress_test=False,
642
test_android=False,
643
test_android_host=False,
0 commit comments