diff options
author | Bryan McLellan <btm@loftninjas.org> | 2012-11-29 16:00:48 -0500 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2012-11-29 16:05:02 -0500 |
commit | 0cb93634fa7f2b36e81d4d438ec19bd2a1277946 (patch) | |
tree | ad7b8e7b9979aecb8484cd7da6c6ea9c808608b4 /ci | |
parent | 066d2d4f8797f0fa674b67e63013a0c969e3d2bc (diff) | |
download | chef-0cb93634fa7f2b36e81d4d438ec19bd2a1277946.tar.gz |
Add stress tests to jenkins on windows
Diffstat (limited to 'ci')
-rw-r--r-- | ci/jenkins_run_tests.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/jenkins_run_tests.bat b/ci/jenkins_run_tests.bat index 5cb2923a4a..f2ac0d18dd 100644 --- a/ci/jenkins_run_tests.bat +++ b/ci/jenkins_run_tests.bat @@ -5,5 +5,5 @@ cd chef ruby -v call bundle install --binstubs --path vendor/bundle || ( call rm Gemfile.lock && call bundle install --binstubs --path vendor/bundle ) -ruby bin\rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional spec/unit +ruby bin\rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional spec/unit spec/stress move test.xml .. |