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 9090b98418903900e46ecf85bcb6012d865e3b0f..2a5f1b4ec084089c99a2d20ae3a304acdabe19e6 100755 |
| --- a/build/android/buildbot/buildbot_functions.sh |
| +++ b/build/android/buildbot/buildbot_functions.sh |
| @@ -217,6 +217,16 @@ echo '@@@BUILD_STEP experimental_unit_tests@@@' |
| } |
| +# Run findbugs. |
| +function bb_run_findbugs_diff { |
| + build/android/findbugs_diff.py |
|
Yaron
2012/11/02 00:09:47
Both of these should echo a BUILD_STEP
michaelbai
2012/11/02 00:31:19
Done.
|
| +} |
| + |
| +# Run findbugs plugin tests. |
| +function bb_run_findbugs_plugin_tests { |
| + tools/android/findbugs_plugin/test/run_findbugs_plugin_tests.py |
| +} |
| + |
| # Run a buildbot step and handle failure. |
| function bb_run_step { |
| ( |