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

Unified Diff: build/android/buildbot/bb_device_steps.py

Issue 302653004: Cleanup: Remove the remaining instances of ChromiumTestShell from Telemetry scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rework! Created 6 years, 7 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 | tools/cr/cr/targets/chrome_shell.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_device_steps.py
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 52bbbf8ee3a76b5f5323b647b80577a7009c07db..6ffda588b8b47ef74d892a39b998fee1044cf899 100755
--- a/build/android/buildbot/bb_device_steps.py
+++ b/build/android/buildbot/bb_device_steps.py
@@ -148,7 +148,7 @@ def RunTelemetryPerfUnitTests(options):
options: options object.
"""
InstallApk(options, INSTRUMENTATION_TESTS['ChromeShell'], False)
- args = ['--browser', 'android-chromium-testshell']
+ args = ['--browser', 'android-chrome-shell']
devices = android_commands.GetAttachedDevices()
if devices:
args = args + ['--device', devices[0]]
« no previous file with comments | « no previous file | tools/cr/cr/targets/chrome_shell.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698