Index: build/android/buildbot/buildbot_functions.sh |
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
index 6ab33dc18e2132edb20f0cacaee9c6e8311de9ef..d1d9263b684aae9791d356dc67e784c33ce76d46 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. |