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

Unified Diff: tools/mb/mb.py

Issue 2130863002: Check environment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete unnecessary line breaks. Created 4 years, 5 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 | « build/android/test_runner.py ('k') | 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 3ee71030d0086462afe125bf4064fb3a4a160b00..98dfda6d1e78052231228417b622dc8d60244e6d 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -1001,6 +1001,10 @@ class MetaBuildWrapper(object):
'--target-devices-file', '${SWARMING_BOT_FILE}',
'-v',
]
+ # '&&', 'logdog_butler', '-project', 'chromium', '-output',
+ # 'logdog,host=luci-logdog-dev.appspot.com', 'stream', '-source',
+ # '${ISOLATED_OUTDIR}/logcats/device_logcats'
+ #]
elif use_x11 and test_type == 'windowed_test_launcher':
extra_files = [
'xdisplaycheck',
« no previous file with comments | « build/android/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698