Index: build/android/buildbot/buildbot_functions.sh |
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
index c92d433e2ec04b238d038a1596bb9d97d9ea9527..bc4d942d8913eb939a6eae394dd8f643817a2388 100755 |
--- a/build/android/buildbot/buildbot_functions.sh |
+++ b/build/android/buildbot/buildbot_functions.sh |
@@ -208,6 +208,11 @@ function bb_run_unit_tests { |
build/android/run_tests.py --xvfb --verbose |
} |
+# Run experimental unittest bundles. |
+function bb_run_experimental_unit_tests { |
+ build/android/run_tests.py --xvfb --verbose -s cc_unittests |
+} |
+ |
# Run a buildbot step and handle failure. |
function bb_run_step { |
( |