Chromium Code Reviews| Index: tools/mb/mb.py |
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
| index 917f3c62be301aad351cf8234a38bbb2d46ee84a..7652f2a9a87dfee3597ad0f215480bd0dc40ab61 100755 |
| --- a/tools/mb/mb.py |
| +++ b/tools/mb/mb.py |
| @@ -1091,6 +1091,7 @@ class MetaBuildWrapper(object): |
| cmdline = [ |
| self.PathJoin('bin', 'run_%s' % target), |
| '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats', |
| + '--screenshot-dir', '$(mktemp -d)', |
|
jbudorick
2017/03/01 20:19:21
I don't think we ought to pass this for anything b
bpastene
2017/03/01 20:35:54
You could add the arg to all instrumentation tests
jbudorick
2017/03/01 20:45:39
Ideally, this would be less tedious once we're gen
|
| '--target-devices-file', '${SWARMING_BOT_FILE}', |
| '-v' |
| ] |