Index: build/android/buildbot/buildbot_functions.sh |
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
index 3a6ee846776604d341b222f4a530353dc7246d9b..4d729f81020bbfd8842c5bb87aa3b756b08569eb 100755 |
--- a/build/android/buildbot/buildbot_functions.sh |
+++ b/build/android/buildbot/buildbot_functions.sh |
@@ -242,7 +242,7 @@ function bb_run_instrumentation_tests { |
bb_run_all_instrumentation_tests_for_apk "ContentShell-debug.apk" \ |
"org.chromium.content_shell" "ContentShellTest" |
bb_run_all_instrumentation_tests_for_apk "ChromiumTestShell-debug.apk" \ |
- "org.chromium.chrome.browser" "ChromiumTestShellTest" |
+ "org.chromium.chrome.testshell" "ChromiumTestShellTest" |
bb_run_all_instrumentation_tests_for_apk "AndroidWebView-debug.apk" \ |
"org.chromium.android_webview" "AndroidWebViewTest" |
} |