Re-add zombie test and add return of result of test running
This commit is contained in:
parent
3fca9a9f3f
commit
a999c2a010
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue