diff options
author | sdelano <stephen@opscode.com> | 2013-02-06 17:05:43 -0800 |
---|---|---|
committer | sdelano <stephen@opscode.com> | 2013-02-06 17:05:43 -0800 |
commit | b4cd97769913d6dc84b09519d5fe74b8fa96d743 (patch) | |
tree | 251882520071463c51a363d21390d20d55181cfa /ci/jenkins_run_tests.bat | |
parent | 2f81aaa2f2e6b016747a6687f874e2d830860e9f (diff) | |
download | chef-b4cd97769913d6dc84b09519d5fe74b8fa96d743.tar.gz |
[CHEF-3840] ci: don't install document generation gems
Diffstat (limited to 'ci/jenkins_run_tests.bat')
-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 b5076949f3..4d1b1d1477 100644 --- a/ci/jenkins_run_tests.bat +++ b/ci/jenkins_run_tests.bat @@ -1,7 +1,7 @@ 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 ) +call bundle install --binstubs --without docgen --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 spec/stress set RSPEC_ERRORLVL=%ERRORLEVEL% |