Skip to content

Commit 4e2f138

Browse files
committed
[bootstrap] Turn building tests off by default again.
- I am still working on the CI support for this...
1 parent 2e76663 commit 4e2f138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Utilities/bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ testing support.""")
550550
help="use verbose output")
551551
parser.add_option("--xctest", dest="xctest_path", action="store",
552552
help="Path to XCTest build directory")
553-
parser.add_option("", "--no-build-tests", dest="build_tests", default=True,
554-
action="store_false", help="enable building tests")
553+
parser.add_option("", "--build-tests", dest="build_tests",
554+
action="store_true", help="enable building tests")
555555
opts,args = parser.parse_args()
556556

557557
# When invoked via Xcode, it will automatically be passed a "build action".

0 commit comments

Comments
 (0)