HADOOP-6341. Fix test-patch.sh for checkTests function. ( gkesavan )
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@832590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5f95fe43a
commit
af59233ce1
|
@ -37,6 +37,8 @@ Trunk (unreleased changes)
|
||||||
HADOOP-6293. Fix FsShell -text to work on filesystems other than the
|
HADOOP-6293. Fix FsShell -text to work on filesystems other than the
|
||||||
default. (cdouglas)
|
default. (cdouglas)
|
||||||
|
|
||||||
|
HADOOP-6341. Fix test-patch.sh for checkTests function. (gkesavan)
|
||||||
|
|
||||||
Release 0.21.0 - Unreleased
|
Release 0.21.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -690,10 +690,10 @@ setup
|
||||||
checkAuthor
|
checkAuthor
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
|
||||||
checkTests
|
|
||||||
if [[ $HUDSON == "true" ]] ; then
|
if [[ $HUDSON == "true" ]] ; then
|
||||||
cleanUpXml
|
cleanUpXml
|
||||||
fi
|
fi
|
||||||
|
checkTests
|
||||||
(( RESULT = RESULT + $? ))
|
(( RESULT = RESULT + $? ))
|
||||||
applyPatch
|
applyPatch
|
||||||
if [[ $? != 0 ]] ; then
|
if [[ $? != 0 ]] ; then
|
||||||
|
|
Loading…
Reference in New Issue