summaryrefslogtreecommitdiff
path: root/ci/jenkins_run_tests.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/jenkins_run_tests.bat')
-rw-r--r--ci/jenkins_run_tests.bat3
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/jenkins_run_tests.bat b/ci/jenkins_run_tests.bat
index b5c35a34cd..b5076949f3 100644
--- a/ci/jenkins_run_tests.bat
+++ b/ci/jenkins_run_tests.bat
@@ -5,8 +5,5 @@ call bundle install --binstubs --path vendor/bundle || ( call rm Gemfile.lock &&
ruby bin\rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional spec/unit spec/stress
set RSPEC_ERRORLVL=%ERRORLEVEL%
-REM place rspec output back in jenkins working directory
-move test.xml ..
-
REM Return the error level from rspec
exit /B %RSPEC_ERRORLVL%