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:
Giridharan Kesavan 2009-11-03 22:53:08 +00:00
parent f5f95fe43a
commit af59233ce1
2 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,8 @@ Trunk (unreleased changes)
HADOOP-6293. Fix FsShell -text to work on filesystems other than the
default. (cdouglas)
HADOOP-6341. Fix test-patch.sh for checkTests function. (gkesavan)
Release 0.21.0 - Unreleased
INCOMPATIBLE CHANGES

View File

@ -690,10 +690,10 @@ setup
checkAuthor
RESULT=$?
checkTests
if [[ $HUDSON == "true" ]] ; then
cleanUpXml
fi
checkTests
(( RESULT = RESULT + $? ))
applyPatch
if [[ $? != 0 ]] ; then