Skip to content

Commit 81edb29

Browse files
authored
Ensure CMark is not tested by default (#67459)
`test_cmark` is set by default to `True` because of the indirect way we define it through `--skip-test-cmark` -- we want instead the user to opt in into this explicitly, as CMark tests on their own have little value when building as part of Swift. Addresses rdar://112604393
1 parent 2d42671 commit 81edb29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build_swift/build_swift/driver_arguments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,7 @@ def create_argument_parser():
12251225
option('--skip-clean-swift-driver', toggle_false('clean_swift_driver'),
12261226
help='skip cleaning up Swift driver')
12271227
option('--skip-test-cmark', toggle_false('test_cmark'),
1228+
default=False,
12281229
help='skip testing cmark')
12291230
option('--skip-test-swiftpm', toggle_false('test_swiftpm'),
12301231
help='skip testing swiftpm')

0 commit comments

Comments
 (0)