0

Fix typo and add flag which fixes bot failure in some cases.

NOTRY=true

Change-Id: Ib263b44be73614c7d78b0d52df8c417dae0e7c1d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242203
Auto-Submit: Katie Dektar <katie@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#777536}
This commit is contained in:
Katie D
2020-06-11 22:44:06 +00:00
committed by Commit Bot
parent 7c1946bfd3
commit fbdb1b50f2

@ -70,11 +70,13 @@ $ tools/run-swarmed.py $outdir $target
```
See the `--help` option of `run-swarmed.py` for more details about that script.
Note you might need `--swarming-os Ubuntu-14.04` if you get an error like,
`UnboundLocalError: local variable 'dbus_pid' referenced before assignment`.
### mb.py run
Similar to `tools/run_swarmed.py`, `mb.py run` bundles much of the logic into a
single command line. Unlike `tools/run_swarmed.py`, `mb.py run` allows the user
Similar to `tools/run-swarmed.py`, `mb.py run` bundles much of the logic into a
single command line. Unlike `tools/run-swarmed.py`, `mb.py run` allows the user
to specify extra arguments to pass to the test, but has a messier command line.
To use it, run: