Skip to content

Commit

Permalink
Re #10636. "exit" is the correct command.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Dec 5, 2014
1 parent 25d7cc7 commit 38845ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Build/Jenkins/buildscript
Expand Up @@ -105,9 +105,9 @@ if [[ ${JOB_NAME} == *coverity_build_and_submit* ]]; then
--form file=@mantid.tgz --form version=$GIT_COMMIT \
https://scan.coverity.com/builds?project=mantidproject%2Fmantid)
if [[ ${status} ]]; then
return ${status}
exit 1
else
return 0
exit 0
fi
fi

Expand Down

0 comments on commit 38845ed

Please sign in to comment.