diff options
author | danielsdeleo <dan@opscode.com> | 2012-11-15 14:47:42 -0800 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2012-11-27 12:04:17 -0800 |
commit | e54c79b68bb5e9c768675cc0094ea4f83a8da06f (patch) | |
tree | 4abcdba1ab92157a670f77675ffc474ec8cd7871 /ci | |
parent | 6e16f3b89e9c2f59ef4b53c62bc09cce409138cd (diff) | |
download | chef-e54c79b68bb5e9c768675cc0094ea4f83a8da06f.tar.gz |
try running functional tests first
...should help avoid pollution of global state from unit tests
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 445798090c..9bcec5c445 100644 --- a/ci/jenkins_run_tests.bat +++ b/ci/jenkins_run_tests.bat @@ -5,4 +5,4 @@ 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/unit spec/functional +ruby bin\rspec -r rspec_junit_formatter -f RspecJunitFormatter -o test.xml -f documentation spec/functional spec/unit |