summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-02-04 22:02:34 -0500
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-02-04 22:02:34 -0500
commit2dbed77bc748627c21be1025be6ba58057e28579 (patch)
treeefb2bb07012c17c9eb34377f43097871345f8d50 /ci
parent328b16aa75ce8dc49cb8f7b18900d3c68148b789 (diff)
downloadchef-2dbed77bc748627c21be1025be6ba58057e28579.tar.gz
Remove obsolete reference to chef-13. Add VERSION to gemspec.ksubrama/ci
Diffstat (limited to 'ci')
-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