Skip to content

Commit a9ef1e6

Browse files
committed
fix incorrect command documented in README
1 parent a6a2cd6 commit a9ef1e6

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
@@ -253,7 +253,7 @@ Here are examples of arguments we make use of in testing the Selenium code:
253253
* `--pin_browsers=true` - run specific browser versions defined in the build (versions are updated regularly)
254254
* `--flaky_test_attempts 3` - re-run failed tests up to 3 times
255255
* `--local_test_jobs 1` - control parallelism of tests
256-
* `--no-cache_test_results`, `-t-` - disable caching of test results and re-runs all of them
256+
* `--cache_test_results=no`, `-t-` - disable caching of test results and re-runs all of them
257257
* `--test_output all` - print all output from the tests, not just errors
258258
* `--test_output streamed` - run all tests one by one and print its output immediately
259259
* `--test_env FOO=bar` - pass extra environment variable to test process

0 commit comments

Comments
 (0)