Skip to content

Commit f8afb76

Browse files
committed
[README] Use correct build script name
The script used to build just XCTest is named "build_script.py", not "build_xctest.py".
1 parent c865095 commit f8afb76

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)