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

Unified Diff: build/android/buildbot/buildbot_functions.sh

Issue 11358219: Android: Warning on license check fail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git show Created 8 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/buildbot_functions.sh
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh
index cc9736a95d36f9531d5285d90d916a719e9fc958..6030e6728c60f88c4a398f0d1838e18d4999ff64 100755
--- a/build/android/buildbot/buildbot_functions.sh
+++ b/build/android/buildbot/buildbot_functions.sh
@@ -369,7 +369,7 @@ function bb_check_webview_licenses {
cd "${SRC_ROOT}"
python android_webview/tools/webview_licenses.py scan
Yaron 2012/11/13 17:45:33 Instead change this to: bb_run_step python android
Isaac (away) 2012/11/13 19:50:34 We would need to change the bb_run_step function a
if [[ $? -ne 0 ]]; then
- echo "@@@STEP_FAILURE@@@"
+ echo "@@@STEP_WARNINGS@@@"
fi
return 0
)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698