Skip to content

Commit

Permalink
[README] Use correct build script name
Browse files Browse the repository at this point in the history
The script used to build just XCTest is named "build_script.py", not "build_xctest.py".
  • Loading branch information
modocache committed Dec 4, 2015
1 parent c865095 commit f8afb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ XCTest can be built as part of the overall Swift package. When following [the in
swift/utils/build-script --xctest
```

If you want to build just XCTest, use the `build_xctest.py` script at the root of the project. The `master` version of XCTest must be built with the `master` version of Swift.
If you want to build just XCTest, use the `build_script.py` script at the root of the project. The `master` version of XCTest must be built with the `master` version of Swift.

If your install of swift is located at `/swift` and you wish to install XCTest into that same location, here is a sample invocation of the build script:

Expand Down

0 comments on commit f8afb76

Please sign in to comment.