summaryrefslogtreecommitdiffstats
path: root/build/android/buildbot/buildbot_functions.sh
diff options
context:
space:
mode:
authorpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 19:15:46 +0000
committerpeter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 19:15:46 +0000
commit24e4e63bb6291440dbeeed5fec4dfd6d7d5a9a28 (patch)
tree4469c1d0a0e55ec5b70266db0d3de0bac0a6cc0f /build/android/buildbot/buildbot_functions.sh
parentcd696271b3c491f2de0109e4dc6d991884f89540 (diff)
downloadchromium_src-24e4e63bb6291440dbeeed5fec4dfd6d7d5a9a28.zip
chromium_src-24e4e63bb6291440dbeeed5fec4dfd6d7d5a9a28.tar.gz
chromium_src-24e4e63bb6291440dbeeed5fec4dfd6d7d5a9a28.tar.bz2
Failing webkit_unit_tests or TestWebKitAPI shouldn't block running layout tests
BUG= Review URL: https://chromiumcodereview.appspot.com/11418116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/android/buildbot/buildbot_functions.sh')
-rwxr-xr-xbuild/android/buildbot/buildbot_functions.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index 6ab33dc1..d1d9263 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -228,8 +228,10 @@ function bb_run_webkit_unit_tests {
if [[ $BUILDTYPE = Release ]]; then
local BUILDFLAG="--release"
fi
- build/android/run_tests.py --xvfb --verbose $BUILDFLAG -s webkit_unit_tests
- build/android/run_tests.py --xvfb --verbose $BUILDFLAG -s TestWebKitAPI
+ bb_run_step build/android/run_tests.py --xvfb --verbose $BUILDFLAG \
+ -s webkit_unit_tests
+ bb_run_step build/android/run_tests.py --xvfb --verbose $BUILDFLAG \
+ -s TestWebKitAPI
}
# Lint WebKit's TestExpectation files.