0

[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:
jbudorick
2017-05-11 15:38:43 -07:00
committed by Commit bot
parent 2389662b9f
commit 6a94be3b51
5 changed files with 3 additions and 29 deletions

@@ -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.