Explorar o código

amendment to HADOOP-9112 fix return codes (Surenkumar Nihalani via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1448745 13f79535-47bb-0310-9956-ffa450edef68
Robert Joseph Evans %!s(int64=12) %!d(string=hai) anos
pai
achega
c5296502ba
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dev-support/test-patch.sh

+ 2 - 2
dev-support/test-patch.sh

@@ -370,12 +370,12 @@ checkTests () {
     JIRA_COMMENT="$JIRA_COMMENT
 
     {color:green}+1 tests included appear to have a timeout.{color}"
-	return 1
+	return 0
   fi
   JIRA_COMMENT="$JIRA_COMMENT
 
   {color:red}-1 one of tests included doesn't have a timeout.{color}"
-  return 0
+  return 1
 }
 
 cleanUpXml () {