summaryrefslogtreecommitdiff
path: root/ci/verify-chef.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/verify-chef.bat')
-rwxr-xr-xci/verify-chef.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat
index 769d368c92..7354a91208 100755
--- a/ci/verify-chef.bat
+++ b/ci/verify-chef.bat
@@ -57,7 +57,7 @@ IF NOT EXIST "Gemfile.lock" (
IF "%PIPELINE_NAME%" == "chef-fips" (
set CHEF_FIPS=1
)
-call bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/unit spec/functional
+call bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/functional
REM ; Destroy everything at the end for good measure.
RMDIR /S /Q %TEMP%