summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-15 14:47:42 -0800
committerBryan McLellan <btm@opscode.com>2012-11-27 12:04:17 -0800
commite54c79b68bb5e9c768675cc0094ea4f83a8da06f (patch)
tree4abcdba1ab92157a670f77675ffc474ec8cd7871
parent6e16f3b89e9c2f59ef4b53c62bc09cce409138cd (diff)
downloadchef-e54c79b68bb5e9c768675cc0094ea4f83a8da06f.tar.gz
try running functional tests first
...should help avoid pollution of global state from unit tests
-rw-r--r--ci/jenkins_run_tests.bat2
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