Chromium Code Reviews| Index: tools/mb/mb.py |
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
| index 11a30f390e88faae97a24277c186e36850b7ceae..a1d125d7f24c5c29e66184d7dbda4cf7badcf247 100755 |
| --- a/tools/mb/mb.py |
| +++ b/tools/mb/mb.py |
| @@ -1091,7 +1091,8 @@ class MetaBuildWrapper(object): |
| '--target', target, |
| '--target-devices-file', '${SWARMING_BOT_FILE}', |
| '--logdog-bin-cmd', '../../bin/logdog_butler', |
| - '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats'] |
| + '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats', |
| + '--store-tombstones'] |
|
jbudorick
2017/05/11 18:21:30
actually, this shouldn't be necessary for flakines
BigBossZhiling
2017/05/11 21:47:56
Done.
|
| elif use_xvfb and test_type == 'windowed_test_launcher': |
| extra_files = [ |
| '../../testing/test_env.py', |