File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ the Swift build-script.
8
8
You may run the unit test suite using the command:
9
9
10
10
``` sh
11
- $ python -m unittest discover -s utils/build_swift -t utils/
11
+ $ python -m unittest discover -s utils/build_swift/ -t utils/
12
12
```
Original file line number Diff line number Diff line change 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.
2
5
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
6
6
// UNSUPPORTED: OS=ios
7
7
// UNSUPPORTED: OS=tvos
8
+ // UNSUPPORTED: OS=watchos
9
+
10
+ // RUN: %{python} -m unittest discover -s %utils/build_swift/ -t %utils/
You can’t perform that action at this time.
0 commit comments