Browse Source

HADOOP-7120. Fix a syntax error in test-patch.sh.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.21@1064375 13f79535-47bb-0310-9956-ffa450edef68
Tsz-wo Sze 14 years ago
parent
commit
125705391d
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/test/bin/test-patch.sh

+ 2 - 0
CHANGES.txt

@@ -33,6 +33,8 @@ Release 0.21.1 - Unreleased
     HADOOP-7053. wrong FSNamesystem Audit logging setting in 
     conf/log4j.properties. (Jingguo Yao via eli)
 
+    HADOOP-7120. Fix a syntax error in test-patch.sh.  (szetszwo)
+
 Release 0.21.0 - 2010-08-13
 
   INCOMPATIBLE CHANGES

+ 1 - 1
src/test/bin/test-patch.sh

@@ -445,7 +445,7 @@ checkFindbugsWarnings () {
   echo ""
   echo ""
   echo "$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=$FINDBUGS_HOME -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs"
-  $ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=$FINDBUGS_HOME} -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
+  $ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=${FINDBUGS_HOME} -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
   if [ $? != 0 ] ; then
     JIRA_COMMENT="$JIRA_COMMENT