diff options
author | Bryan McLellan <btm@opscode.com> | 2012-11-29 14:25:33 -0800 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2012-11-29 14:25:33 -0800 |
commit | 81a724430f4cee4c35fb4d1671729eb258265f40 (patch) | |
tree | 29ac4834b36f9fe5f86e882e174efbe4d202b143 | |
parent | 72aee57b0360773d846c4e8e55d5c6129b70a374 (diff) | |
download | chef-81a724430f4cee4c35fb4d1671729eb258265f40.tar.gz |
exit from shell jenkins shell script
too much windows in that moment there; need to exit and not return
-rwxr-xr-x | ci/jenkins_run_tests.sh | 2 |
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 |