Skip to content

Commit

Permalink
rm accidentally merged 10.x ci script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Jan 18, 2013
1 parent 0fea607 commit ffc93ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions ci/jenkins_run_tests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
3 changes: 0 additions & 3 deletions ci/jenkins_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ffc93ff

Please sign in to comment.