summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xci/verify-chef.bat6
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