Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Unified Diff: tools/mb/mb.py

Issue 1972373002: Add -v to swarmed android tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 9b90cb0b33721aab661a2f5c3d9bf2d6610dbd3d..2c16266c641b09fcb0b12c41863af082a377914f 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -990,7 +990,8 @@ class MetaBuildWrapper(object):
if android and test_type != "script":
cmdline = [
self.PathJoin('bin', 'run_%s' % target_name),
- '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats'
+ '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
+ '-v',
]
elif use_x11 and test_type == 'windowed_test_launcher':
extra_files = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698