Author: szetszwo
Date: Fri Jan 28 00:12:44 2011
New Revision: 1064375
URL: http://svn.apache.org/viewvc?rev=1064375&view=rev
Log:
HADOOP-7120. Fix a syntax error in test-patch.sh.
Modified:
hadoop/common/branches/branch-0.21/CHANGES.txt
hadoop/common/branches/branch-0.21/src/test/bin/test-patch.sh
Modified: hadoop/common/branches/branch-0.21/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.21/CHANGES.txt?rev=1064375&r1=1064374&r2=1064375&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.21/CHANGES.txt Fri Jan 28 00:12:44 2011
@@ -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
Modified: hadoop/common/branches/branch-0.21/src/test/bin/test-patch.sh
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.21/src/test/bin/test-patch.sh?rev=1064375&r1=1064374&r2=1064375&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.21/src/test/bin/test-patch.sh (original)
+++ hadoop/common/branches/branch-0.21/src/test/bin/test-patch.sh Fri Jan 28
00:12:44 2011
@@ -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