git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@832590 13f79535-47bb-0310-9956-ffa450edef68
@@ -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
@@ -690,10 +690,10 @@ setup
checkAuthor
RESULT=$?
-checkTests
if [[ $HUDSON == "true" ]] ; then
cleanUpXml
fi
+checkTests
(( RESULT = RESULT + $? ))
applyPatch
if [[ $? != 0 ]] ; then