Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index 20dba61610b70159beac9f4c18a8c48380e529ce..776076b987dc65861d223c2f6cfaaf316aae9d4f 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -203,11 +203,11 @@ function bb_native_test_compile_run_tests { |
echo "@@@BUILD_STEP Native test runner template test@@@" |
tempfile=/tmp/tempfile-$$.txt |
build/android/run_tests.py --xvfb --verbose \ |
- -s out/Release/replaceme_apk/ChromeNativeTests-debug.apk \ |
+ -s out/Release/replaceme_apk/replaceme-debug.apk \ |
| 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@@@" |
fi |
} |