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

Unified Diff: build/android/buildbot_functions.sh

Issue 10689168: Run simple content shell test on Android bots. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move to content/shell/android directory Created 8 years, 5 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 | build/android/buildbot_fyi.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot_functions.sh
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
index dcea5f520064789c72e70fbe5a9576032f4e577e..99d75ece2d6e02ec978b751862dfcad1f4bbf203 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -250,6 +250,13 @@ function bb_run_tests {
build/android/run_tests.py --xvfb --verbose --apk=True
}
+# Run simple content shell test on device.
+function bb_run_content_shell_test {
+ echo "@@@BUILD_STEP Run simple content shell test on actual hardware@@@"
+ content/shell/android/simple_content_shell_test.sh \
+ "${SRC_ROOT}"/out/Release/content_shell/ContentShell-debug.apk
+}
+
# Zip and archive a build.
function bb_zip_build {
echo "@@@BUILD_STEP Zip build@@@"
« no previous file with comments | « no previous file | build/android/buildbot_fyi.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698