summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-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