Skip to content

Commit 9926a62

Browse files
committed
Updated the comment in the Python validation test to run the build_swift unit-tests.
1 parent 3b0dd5d commit 9926a62

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

utils/build_swift/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ the Swift build-script.
88
You may run the unit test suite using the command:
99

1010
```sh
11-
$ python -m unittest discover -s utils/build_swift -t utils/
11+
$ python -m unittest discover -s utils/build_swift/ -t utils/
1212
```
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
// RUN: %{python} -m unittest discover -s %utils/build_swift/ -t %utils/
1+
// Continuous integration for the OS X Platform also runs the tests in the
2+
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
3+
// build_swift module unit-tests once per OSX Platform test run, rather than
4+
// once for each supported Apple device.
25

3-
// Continuous integration for the OS X Platform also runs the tests in the iPhone, Apple TV and Apple Watch simulators.
4-
// We only need to run python linting once per OSX Platform test run, rather than once for each supported Apple device.
5-
// UNSUPPORTED: OS=watchos
66
// UNSUPPORTED: OS=ios
77
// UNSUPPORTED: OS=tvos
8+
// UNSUPPORTED: OS=watchos
9+
10+
// RUN: %{python} -m unittest discover -s %utils/build_swift/ -t %utils/

0 commit comments

Comments
 (0)