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

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 11048016: Fix Android FYI bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698