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

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: Created 6 years 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 657e7c2152a6d77ad213936d6b0931811eef0d95..50c87199b2d4d03faf44f10f1f7f4f57ea3ac089 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