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

Unified Diff: scripts/slave/telemetry.py

Issue 302743002: Cleanup: Remove the remaining instance of ChromiumTestShell from Telemetry scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Corrected the .expected file to resolve test failures! Created 6 years, 6 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 | scripts/slave/unittests/telemetry_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/telemetry.py
diff --git a/scripts/slave/telemetry.py b/scripts/slave/telemetry.py
index aaf0df7cd71ecbed91284d6ab60dd6556d308802..6033bb4b82421ed29447ad196d8afa97c84c66fe 100755
--- a/scripts/slave/telemetry.py
+++ b/scripts/slave/telemetry.py
@@ -156,7 +156,7 @@ def main(argv):
parser.add_option('--print-cmd', action='store_true',
help='only print command instead of running it')
parser.add_option('--target-android-browser',
- default='android-chromium-testshell',
+ default='android-chrome-shell',
help='target browser used on Android')
parser.add_option('--factory-properties', action='callback',
callback=chromium_utils.convert_json, type='string',
« no previous file with comments | « no previous file | scripts/slave/unittests/telemetry_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698