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

Unified Diff: build/android/test_runner.py

Issue 814653003: Clean up logging and add device randomization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 bda3405af669c6e39030301e32bce4b466b81291..da911bcb03bd9405d5989d0608f72225e1d27ace 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -128,9 +128,9 @@ def AddRemoteDeviceOptions(parser):
group.add_argument('--collect', default='',
help=('Only collects the test results if set. '
'Gets test_run_id from given file path.'))
- group.add_argument('--remote-device', default='Nexus 5',
+ group.add_argument('--remote-device', default='',
help=('Device type to run test on.'))
- group.add_argument('--remote-device-os', default='4.4.2',
+ group.add_argument('--remote-device-os', default='',
help=('OS to have on the device.'))
group.add_argument('--results-path', default='',
help=('File path to download results to.'))

Powered by Google App Engine
This is Rietveld 408576698