[Android] Remove --test-arguments arg from test_runner.py.
Deprecated in favor of passing such arguments to test_runner.py directly. BUG=700366 Review-Url: https://codereview.chromium.org/2855483003 Cr-Commit-Position: refs/heads/master@{#471096}
This commit is contained in:
@@ -237,7 +237,7 @@ output a message.
|
||||
To run unit tests use the following command:
|
||||
|
||||
```shell
|
||||
out/Debug/bin/run_test_name -f <test_filter_if_any> --test-arguments=--wait-for-debugger -t 6000
|
||||
out/Debug/bin/run_test_name -f <test_filter_if_any> --wait-for-debugger -t 6000
|
||||
```
|
||||
|
||||
That command will cause the test process to wait until a debugger is attached.
|
||||
|
Reference in New Issue
Block a user