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

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

Issue 11366035: Add a native test target and for android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add tests to all_android.gyp Created 8 years, 1 month 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
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index 9090b98418903900e46ecf85bcb6012d865e3b0f..a958173144ae1ae2f215535eb5b1a3ad4a948594 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -210,11 +210,7 @@ function bb_run_unit_tests {
# Run experimental unittest bundles.
function bb_run_experimental_unit_tests {
-# This build step was added because bash does not allow empty functions.
-# run_tests.py echoes a build step, comment/remove this build step when you
-# add tests to the experimental step.
-echo '@@@BUILD_STEP experimental_unit_tests@@@'
-
+ build/android/run_tests.py --xvfb --verbose -s android_webview_unittests
joth 2012/11/02 11:06:07 I'll let cmp comment on this one, but I'd be sligh
mkosiba (inactive) 2012/11/02 15:59:39 Done.
}
# Run a buildbot step and handle failure.

Powered by Google App Engine
This is Rietveld 408576698