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

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

Issue 11828008: Android: enable sandbox_linux_unittests by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/run_tests.py » ('j') | 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 c402d03bb6959fbc65a172e239e1570530184992..25496af3ed0d3286528d6e2905023f5f17b7465c 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -277,7 +277,8 @@ function bb_run_webkit_layout_tests {
# Run experimental unittest bundles.
function bb_run_experimental_unit_tests {
- _bb_android_run_tests -s sandbox_linux_unittests
+ :
Isaac (away) 2013/01/09 01:46:04 change this line to "echo" (no quotes)
jln (very slow on Chromium) 2013/01/09 02:34:41 Done. Markus convinced me to use ":" and he's tech
+ # _bb_android_run_tests -s your_test_here
}
# Run findbugs.
« no previous file with comments | « no previous file | build/android/run_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698