Skip to content

Commit b72cb6a

Browse files
committed
Merge pull request #6 from modocache/patch-1
[README] Use correct build script name
2 parents 80b1ba9 + f8afb76 commit b72cb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ XCTest can be built as part of the overall Swift package. When following [the in
3030
swift/utils/build-script --xctest
3131
```
3232

33-
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.
33+
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.
3434

3535
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:
3636

0 commit comments

Comments
 (0)