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

Unified Diff: testing/scripts/common.py

Issue 2214883002: [Android] Add known devices flag for host_info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add warning known_devices_file is used only in host_info Created 4 years, 4 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 | testing/scripts/host_info.py » ('j') | testing/scripts/host_info.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/common.py
diff --git a/testing/scripts/common.py b/testing/scripts/common.py
index ee49a8926928dd604cc8c6e0fc57d9ab838ebe6b..85a653f21a0f1e0e8afed11a0fe63e69b5465b66 100644
--- a/testing/scripts/common.py
+++ b/testing/scripts/common.py
@@ -46,6 +46,10 @@ def run_script(argv, funcs):
help='Use the src-side copy of runtest.py, as opposed to the build-side '
'one')
+ parser.add_argument('--known-devices-file',
+ help='Path to list of known android devices on host. '
+ 'Only used for host_info.')
+
subparsers = parser.add_subparsers()
run_parser = subparsers.add_parser('run')
« no previous file with comments | « no previous file | testing/scripts/host_info.py » ('j') | testing/scripts/host_info.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698