summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-11-29 14:25:33 -0800
committerBryan McLellan <btm@opscode.com>2012-11-29 14:25:33 -0800
commit81a724430f4cee4c35fb4d1671729eb258265f40 (patch)
tree29ac4834b36f9fe5f86e882e174efbe4d202b143
parent72aee57b0360773d846c4e8e55d5c6129b70a374 (diff)
downloadchef-81a724430f4cee4c35fb4d1671729eb258265f40.tar.gz
exit from shell jenkins shell script
too much windows in that moment there; need to exit and not return
-rwxr-xr-xci/jenkins_run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/jenkins_run_tests.sh b/ci/jenkins_run_tests.sh
index 293ec84da5..5c0ab55000 100755
--- a/ci/jenkins_run_tests.sh
+++ b/ci/jenkins_run_tests.sh
@@ -16,4 +16,4 @@ RSPEC_RETURNCODE=$?
mv test.xml ..
# exit with the result of running rspec
-return $RSPEC_RETURNCODE
+exit $RSPEC_RETURNCODE