summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorr.kasibhatla@samsung.com <r.kasibhatla@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 17:40:06 +0000
committerr.kasibhatla@samsung.com <r.kasibhatla@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 17:40:06 +0000
commit5af43ef0d549fb9c88ce282a741366b4e2c2f9a0 (patch)
treea4fa032bea4076ab2eab43c33f6d8039d5f3b012 /build
parentbc337f3442de54b2b3c3e9c1b01db8f70cc94495 (diff)
downloadchromium_src-5af43ef0d549fb9c88ce282a741366b4e2c2f9a0.zip
chromium_src-5af43ef0d549fb9c88ce282a741366b4e2c2f9a0.tar.gz
chromium_src-5af43ef0d549fb9c88ce282a741366b4e2c2f9a0.tar.bz2
Cleanup: Remove the remaining instances of ChromiumTestShell from Telemetry scripts.
Chrome shell is still being referred as ChromiumTestShell in some places, especially in the telemetry scripts. This cleanup has dependency on changes in the buildbot scripts as well where we are invoking the telemetry scripts as ChromiumTestShell. The buildbot changes are uploaded as part of https://crrev.com/302743002 to correct invocation as ChromeShell instead ChromiumTestShell. BUG=355730 Review URL: https://codereview.chromium.org/302653004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274857 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/android/buildbot/bb_device_steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
index 19d2c2c..2df3b75 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]]