summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-15 14:47:42 -0800
committerdanielsdeleo <dan@opscode.com>2012-11-19 14:05:15 -0800
commit1dbff12baedf3e8fca2ce3adcc4dfdbf2dd8fcdf (patch)
tree56e927fcba908e07283d7fa97e17fcf8a2c93694 /ci
parentd84c5056f458efb4b26fa9d4b1ee7065e11dea10 (diff)
downloadchef-1dbff12baedf3e8fca2ce3adcc4dfdbf2dd8fcdf.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.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/jenkins_run_tests.bat b/ci/jenkins_run_tests.bat
index 7d3a2d7c0d..9c8fbbf377 100644
--- a/ci/jenkins_run_tests.bat
+++ b/ci/jenkins_run_tests.bat
@@ -2,4 +2,4 @@ set PATH=C:\Ruby192\bin;%PATH%
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