Skip to content

Commit 3d35d91

Browse files
committed
HADOOP-7120. Fix a syntax error in test-patch.sh.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1064373 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6802695 commit 3d35d91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@ Release 0.21.1 - Unreleased
490490
HADOOP-7053. wrong FSNamesystem Audit logging setting in
491491
conf/log4j.properties. (Jingguo Yao via eli)
492492

493+
HADOOP-7120. Fix a syntax error in test-patch.sh. (szetszwo)
494+
493495
Release 0.21.0 - 2010-08-13
494496

495497
INCOMPATIBLE CHANGES

src/test/bin/test-patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ checkFindbugsWarnings () {
442442
echo ""
443443
echo ""
444444
echo "$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=$FINDBUGS_HOME -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs"
445-
$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=$FINDBUGS_HOME} -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
445+
$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=${FINDBUGS_HOME} -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs
446446
if [ $? != 0 ] ; then
447447
JIRA_COMMENT="$JIRA_COMMENT
448448

0 commit comments

Comments
 (0)