Skip to content

Commit eaf82b0

Browse files
author
Keqiu Hu
authored
Merge pull request #121 from nickmshelley/patch-1
Correct name of `test-bundle-path` argument in README.
2 parents 03fb887 + 9ef73e4 commit eaf82b0

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
@@ -74,7 +74,7 @@ A full list supported options are listed here.
7474
| runtime | -r | What runtime to use. | N | iOS 10.3 |
7575
| stuck-timeout | -S | Timeout in seconds for a test that seems stuck (no output). | N | 300s |
7676
| test-timeout | -T | Timeout in seconds for a test that is producing output. | N | 300s |
77-
| test | -t | The path to the test bundle to execute (single .xctest). | N | n/a |
77+
| test-bundle-path | -t | The path to the test bundle to execute (single .xctest). | N | n/a |
7878
| additional-unit-xctests| n/a | Additional XCTest bundles that is not Plugin folder | N | n/a |
7979
| additional-ui-xctests | n/a | Additional XCTUITest bundles that is not Plugin folder | N | n/a |
8080
| repeat-count | -C | Number of times we'll run the entire test suite (used for load testing). | N | 1 |

0 commit comments

Comments
 (0)