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:
@ -70,11 +70,13 @@ $ tools/run-swarmed.py $outdir $target
|
|||||||
```
|
```
|
||||||
|
|
||||||
See the `--help` option of `run-swarmed.py` for more details about that script.
|
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
|
### mb.py run
|
||||||
|
|
||||||
Similar to `tools/run_swarmed.py`, `mb.py run` bundles much of the logic into a
|
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
|
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 specify extra arguments to pass to the test, but has a messier command line.
|
||||||
|
|
||||||
To use it, run:
|
To use it, run:
|
||||||
|
Reference in New Issue
Block a user