Index: build/android/buildbot/buildbot_functions.sh |
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
index bc4d942d8913eb939a6eae394dd8f643817a2388..9fdd137053c23c235d5685e548ca6dda31a0a536 100755 |
--- a/build/android/buildbot/buildbot_functions.sh |
+++ b/build/android/buildbot/buildbot_functions.sh |
@@ -245,11 +245,11 @@ function bb_run_all_instrumentation_tests_for_apk { |
# Run instrumentation tests for all relevant APKs on device. |
function bb_run_instrumentation_tests { |
- bb_run_all_instrumentation_tests_for_apk "ContentShell-debug.apk" \ |
+ bb_run_all_instrumentation_tests_for_apk "ContentShell.apk" \ |
"org.chromium.content_shell" "ContentShellTest" |
- bb_run_all_instrumentation_tests_for_apk "ChromiumTestShell-debug.apk" \ |
+ bb_run_all_instrumentation_tests_for_apk "ChromiumTestShell.apk" \ |
"org.chromium.chrome.testshell" "ChromiumTestShellTest" |
- bb_run_all_instrumentation_tests_for_apk "AndroidWebView-debug.apk" \ |
+ bb_run_all_instrumentation_tests_for_apk "AndroidWebView.apk" \ |
"org.chromium.android_webview" "AndroidWebViewTest" |
} |