Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2633)

Unified Diff: build/android/buildbot_functions.sh

Issue 10310098: Don't make try_compile_test bot RED if native tests fail to compile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix patch for replaceme-debug.apk Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« base/base.gyp ('K') | « base/base.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« base/base.gyp ('K') | « base/base.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698