Skip to content

Commit df79e38

Browse files
committed
Merge pull request #176 from modocache/xctest-foundation-arguments
[bootstrap] Preemptively add argument for Foundation [AsyncXCTest 3/6]
2 parents 1c0bec2 + 794bb66 commit df79e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Utilities/bootstrap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ def main():
449449
default="/usr/local", metavar="PATH")
450450
parser.add_argument("-v", "--verbose", action="store_true",
451451
help="use verbose output")
452+
parser.add_argument("--foundation", dest="foundation_path",
453+
help="Path to Foundation build directory")
452454
parser.add_argument("--xctest", dest="xctest_path",
453455
help="Path to XCTest build directory")
454456
args = parser.parse_args()

0 commit comments

Comments
 (0)