Re-add zombie test and add return of result of test running

This commit is contained in:
stack 2015-12-28 13:22:49 -08:00
parent 3fca9a9f3f
commit a999c2a010
1 changed files with 4 additions and 5 deletions

View File

@ -856,15 +856,14 @@ runTests () {
{color:red}-1 core tests{color}. The patch failed these unit tests: {color:red}-1 core tests{color}. The patch failed these unit tests:
$failed_tests" $failed_tests"
BAD=1 JIRA_COMMENT=`$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}`
#JIRA_COMMENT=`$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}` return 1
else else
JIRA_COMMENT="$JIRA_COMMENT JIRA_COMMENT="$JIRA_COMMENT
{color:green}+1 core tests{color}. The patch passed unit tests in $modules." {color:green}+1 core tests{color}. The patch passed unit tests in $modules."
#JIRA_COMMENT=`$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}` JIRA_COMMENT=`$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}`
#BAD=$? return $?
BAD=0
fi fi
} }