Skip to content

Commit d092105

Browse files
authored
Make swift-testing installable with --install-swift-testing rather than --install-swift-testing-macros (#76840)
1 parent 52b89a8 commit d092105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/swift_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def should_test(self, host_target):
5151
return False
5252

5353
def should_install(self, host_target):
54-
return self.args.install_swift_testing_macros
54+
return self.args.install_swift_testing
5555

5656
def _cmake_product(self, host_target):
5757
build_root = os.path.dirname(self.build_dir)

0 commit comments

Comments
 (0)