summaryrefslogtreecommitdiff
path: root/ci/verify-chef.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ci/verify-chef.bat')
-rwxr-xr-xci/verify-chef.bat12
1 files changed, 3 insertions, 9 deletions
diff --git a/ci/verify-chef.bat b/ci/verify-chef.bat
index 2c16eb83f6..c8f9d3573c 100755
--- a/ci/verify-chef.bat
+++ b/ci/verify-chef.bat
@@ -47,13 +47,7 @@ IF NOT EXIST "Gemfile.lock" (
GOTO :error
)
-IF "%PIPELINE_NAME%" == "chef-13" (
- REM ; Running unit and functional tests
- call bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/unit spec/functional
-) ELSE (
- REM ; Running unit tests
- 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
+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