You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/05/04 17:15:48 UTC

[yetus] 13/24: HDOOP-3966. Copy findbugs generated output files to PATCH_DIR while running test-patch. (contributed by Ramya R)

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to tag prehistory
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit 79e321fe13dd99d701c4f2dee94f02f7d66a3131
Author: Lohit Vijaya Renu <lo...@apache.org>
AuthorDate: Thu Aug 28 06:46:04 2008 +0000

    HDOOP-3966. Copy findbugs generated output files to PATCH_DIR while running test-patch. (contributed by Ramya R)
    
    
    git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@689733 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/bin/test-patch.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/test/bin/test-patch.sh b/src/test/bin/test-patch.sh
index 7e121e56..1f5856a0 100755
--- a/src/test/bin/test-patch.sh
+++ b/src/test/bin/test-patch.sh
@@ -434,6 +434,8 @@ $FINDBUGS_HOME/bin/setBugDatabaseInfo -timestamp "01/01/1999" \
   $FINDBUGS_HOME/bin/convertXmlToText -html \
     $BASEDIR/build/test/findbugs/newPatchFindbugsWarnings.xml \
     $BASEDIR/build/test/findbugs/newPatchFindbugsWarnings.html
+  cp $BASEDIR/build/test/findbugs/newPatchFindbugsWarnings.html $PATCH_DIR/newPatchFindbugsWarnings.html
+  cp $BASEDIR/build/test/findbugs/newPatchFindbugsWarnings.xml $PATCH_DIR/newPatchFindbugsWarnings.xml
   if [[ $findbugsWarnings != 0 ]] ; then
     JIRA_COMMENT="$JIRA_COMMENT