0

Update run-swarmed.py docs to show it's possible to gtest_filter

Bug: None
Change-Id: I009b10a3a2e316bc7df36c07c571a5a16e492269
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3429499
Auto-Submit: Victor Vianna <victorvianna@google.com>
Reviewed-by: Rushan Suleymanov <rushans@google.com>
Commit-Queue: Rushan Suleymanov <rushans@google.com>
Cr-Commit-Position: refs/heads/main@{#965669}
This commit is contained in:
Victor Vianna
2022-02-01 14:09:08 +00:00
committed by Chromium LUCI CQ
parent 17206e3ce7
commit 4050339741

@ -66,7 +66,7 @@ A lot of the logic below is wrapped up in `tools/run-swarmed.py`, which you can
like this:
```
$ tools/run-swarmed.py $outdir $target
$ tools/run-swarmed.py $outdir $target [-- --gtest_filter=...]
```
See the `--help` option of `run-swarmed.py` for more details about that script.