Commit db0f6766 by Sarath Subramanian

ATLAS-2059: Update test-patch.sh script to include exit code for build in result

parent b6bbe7d8
......@@ -857,6 +857,12 @@ if [[ $APPLY_PATCH_RET != 0 ]] ; then
fi
buildAndInstall
BUILD_INSTALL_RET=$?
(( RESULT = RESULT + $BUILD_INSTALL_RET ))
if [[ $BUILD_INSTALL_RET != 0 ]] ; then
submitJiraComment 1
cleanupAndExit 1
fi
JIRA_COMMENT_FOOTER="Test results: $BUILD_URL/testReport/
$JIRA_COMMENT_FOOTER"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment