Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index 20dba61610b70159beac9f4c18a8c48380e529ce..a01e46777dc518133ec3d4c97b3621d2a4100a93 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -207,7 +207,7 @@ function bb_native_test_compile_run_tests { |
| sed 's/@@@STEP_FAILURE@@@//g' | tee $tempfile |
happy_failure=$(cat $tempfile | grep RUNNER_FAILED | wc -l) |
if [[ $happy_failure -eq 0 ]] ; then |
- echo "@@@STEP_FAILURE@@@" |
+ echo "@@@STEP_WARNINGS@@@" |
Yaron
2012/05/10 22:13:49
I dunno. It seems like native apk failing to compi
|
fi |
} |