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 d12b881d02477151cd98da91897030ef14e9add6..a93c0d7401be59ee8561c3fba6b9850d8bb05fa2 100755 |
--- a/build/android/buildbot/bb_device_steps.py |
+++ b/build/android/buildbot/bb_device_steps.py |
@@ -66,7 +66,7 @@ INSTRUMENTATION_TESTS = dict((suite.name, suite) for suite in [ |
'content:content/test/data/android/device_files'), |
I('ChromiumTestShell', |
'ChromiumTestShell.apk', |
- 'org.chromium.chrome.testshell', |
+ 'org.chromium.chrome.shell', |
'ChromiumTestShellTest', |
'chrome:chrome/test/data/android/device_files', |
constants.CHROMIUM_TEST_SHELL_HOST_DRIVEN_DIR), |