From c5296502ba320f787057c912be96d5311b6c4af2 Mon Sep 17 00:00:00 2001 From: Robert Joseph Evans Date: Thu, 21 Feb 2013 17:52:36 +0000 Subject: [PATCH] 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 --- dev-support/test-patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 8618de5e4c7..752f06cea3d 100755 --- a/dev-support/test-patch.sh +++ b/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 () {