From a9ef1e619e7be99dc2ab46df0de237981ad80972 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Thu, 21 Dec 2023 16:29:43 -0600 Subject: [PATCH] fix incorrect command documented in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87700ff6d705a..01d2f65032352 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ Here are examples of arguments we make use of in testing the Selenium code: * `--pin_browsers=true` - run specific browser versions defined in the build (versions are updated regularly) * `--flaky_test_attempts 3` - re-run failed tests up to 3 times * `--local_test_jobs 1` - control parallelism of tests -* `--no-cache_test_results`, `-t-` - disable caching of test results and re-runs all of them +* `--cache_test_results=no`, `-t-` - disable caching of test results and re-runs all of them * `--test_output all` - print all output from the tests, not just errors * `--test_output streamed` - run all tests one by one and print its output immediately * `--test_env FOO=bar` - pass extra environment variable to test process