summaryrefslogtreecommitdiff
path: root/ci/jenkins_run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/jenkins_run_tests.sh')
-rwxr-xr-xci/jenkins_run_tests.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/jenkins_run_tests.sh b/ci/jenkins_run_tests.sh
index be9c6a882e..90a1fec0c8 100755
--- a/ci/jenkins_run_tests.sh
+++ b/ci/jenkins_run_tests.sh
@@ -9,8 +9,5 @@ bundle install --path vendor/bundle || ( rm Gemfile.lock && bundle install --pat
bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec;
RSPEC_RETURNCODE=$?
-# move the rspec results back into the jenkins working directory
-mv test.xml ..
-
# exit with the result of running rspec
exit $RSPEC_RETURNCODE