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

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: 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
« no previous file with comments | « 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..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
}
« no previous file with comments | « base/base.gyp ('k') | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698