Browse Source

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
Giridharan Kesavan 15 years ago
parent
commit
af59233ce1
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/test/bin/test-patch.sh

+ 2 - 0
CHANGES.txt

@@ -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

+ 1 - 1
src/test/bin/test-patch.sh

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