Chromium Code Reviews| 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 |
| ) |