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

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

Issue 11365044: Run findbugs and findbugs-plugin test on clang bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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
Index: build/android/buildbot/bb_try_clang_builder.sh
diff --git a/build/android/buildbot/bb_try_clang_builder.sh b/build/android/buildbot/bb_try_clang_builder.sh
index 75ff9f4b5efd8200a12ae79e2a84578ce5e1ee13..60a643a439fbe29378fefb2c6c603b4fd5d5612b 100755
--- a/build/android/buildbot/bb_try_clang_builder.sh
+++ b/build/android/buildbot/bb_try_clang_builder.sh
@@ -11,3 +11,5 @@ BB_SRC_ROOT="$(cd "$BB_DIR/../../.."; pwd)"
bb_baseline_setup "$BB_SRC_ROOT" "$@"
bb_compile
+bb_run_findbugs_diff
+bb_run_findbugs_plugin_tests

Powered by Google App Engine
This is Rietveld 408576698