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( |