Try this change to see how it effects overall rating...

This commit is contained in:
stack 2015-12-24 17:23:33 -08:00
parent 449fb81286
commit 3fca9a9f3f
1 changed files with 4 additions and 3 deletions

View File

@ -857,13 +857,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 BAD=1
JIRA_COMMENT=`$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}` #JIRA_COMMENT=`$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}`
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=$? #BAD=$?
BAD=0
fi fi
} }