summaryrefslogtreecommitdiff
path: root/ci/jenkins_run_tests.bat
blob: 5cb2923a4a74cde95e8cbba1f55a2a62c8c9a397 (plain)
1
2
3
4
5
6
7
8
9
set PATH=C:\Ruby192\bin;%PATH%

REM Chef 10 contains the client in the chef/ sub-directory
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
move test.xml ..