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

Unified Diff: build/android/test_runner.py

Issue 2130863002: Check environment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add device info to logdog. 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
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 8ca3ed74020253ccd7df5dd805be8c2a30b14d7d..a94150bddca5522411fefbc3f9833baff973c474 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -104,6 +104,10 @@ def AddCommonOptions(parser):
dest='json_results_file',
help='If set, will dump results in JSON form '
'to specified file.')
+ group.add_argument('--logdog-butler-dir',
+ help='Specifies the location where CIPD installs the '
+ 'logdog_butler package. Needs to be specified to '
+ 'use logdog.')
logcat_output_group = group.add_mutually_exclusive_group()
logcat_output_group.add_argument(

Powered by Google App Engine
This is Rietveld 408576698