diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/verify-chef.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat index 1f839c91a6..1f8be56ef1 100755 --- a/ci/verify-chef.bat +++ b/ci/verify-chef.bat @@ -55,6 +55,10 @@ IF NOT EXIST "Gemfile.lock" ( ) IF "%PIPELINE_NAME%" == "chef-fips" ( - set CHEF_FIPS=1 + set CHEF_FIPS=1 ) + +REM ; ffi-yajl must run in c-extension mode for perf, so force it so we don't accidentally fall back to ffi +set FORCE_FFI_YAJL=ext + call bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/functional |