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
This commit is contained in:
parent
160b6fd496
commit
d2e07d27a5
@ -490,6 +490,8 @@ Release 0.21.1 - Unreleased
|
|||||||
HADOOP-7053. wrong FSNamesystem Audit logging setting in
|
HADOOP-7053. wrong FSNamesystem Audit logging setting in
|
||||||
conf/log4j.properties. (Jingguo Yao via eli)
|
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
|
Release 0.21.0 - 2010-08-13
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -442,7 +442,7 @@ checkFindbugsWarnings () {
|
|||||||
echo ""
|
echo ""
|
||||||
echo ""
|
echo ""
|
||||||
echo "$ANT_HOME/bin/ant -Dversion="${VERSION}" -Dfindbugs.home=$FINDBUGS_HOME -Dforrest.home=${FORREST_HOME} -DHadoopPatchProcess= findbugs"
|
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
|
if [ $? != 0 ] ; then
|
||||||
JIRA_COMMENT="$JIRA_COMMENT
|
JIRA_COMMENT="$JIRA_COMMENT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user