You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/07/04 01:17:45 UTC

git commit: Add some debug and echo around findbugs generations

Repository: hbase
Updated Branches:
  refs/heads/master 80f0a522f -> 8f6e04c44


Add some debug and echo around findbugs generations


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8f6e04c4
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8f6e04c4
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8f6e04c4

Branch: refs/heads/master
Commit: 8f6e04c4467c8e5ac3c38955ddbcee06b4c88a07
Parents: 80f0a52
Author: stack <st...@apache.org>
Authored: Thu Jul 3 16:17:27 2014 -0700
Committer: stack <st...@apache.org>
Committed: Thu Jul 3 16:17:41 2014 -0700

----------------------------------------------------------------------
 dev-support/test-patch.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8f6e04c4/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index c42b843..fe12dcc 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -628,10 +628,10 @@ checkFindbugsWarnings () {
       $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml | $AWK '{print $1}'`
     echo "Found $newFindbugsWarnings Findbugs warnings ($file)"
     findbugsWarnings=$((findbugsWarnings+newFindbugsWarnings))
-    $FINDBUGS_HOME/bin/convertXmlToText -html \
-      $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml \
-      $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.html
-    JIRA_COMMENT_FOOTER="Findbugs warnings: $BUILD_URL/artifact/trunk/patchprocess/newPatchFindbugsWarnings${module_suffix}.html
+    echo "$FINDBUGS_HOME/bin/convertXmlToText -html  $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.html"
+    $FINDBUGS_HOME/bin/convertXmlToText -html  $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.html
+    file $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.html
+    JIRA_COMMENT_FOOTER="Findbugs warnings: $BUILD_URL/artifact/patchprocess/newPatchFindbugsWarnings${module_suffix}.html
 $JIRA_COMMENT_FOOTER"
   done