summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-11-18 14:45:10 -0800
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-12-17 17:42:21 -0500
commitb5856b6269865629ee3be830de355f962fc733df (patch)
treeafa8954b45eebdb267f62b15f8b223567908cd26
parentfd3914d6d56cb4608a2036fe28270ebf5426f56c (diff)
downloadchef-b5856b6269865629ee3be830de355f962fc733df.tar.gz
Run functional tests on windows
-rwxr-xr-xjenkins/verify-chef.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/verify-chef.bat b/jenkins/verify-chef.bat
index dae00208e6..1c159f0668 100755
--- a/jenkins/verify-chef.bat
+++ b/jenkins/verify-chef.bat
@@ -52,5 +52,5 @@ IF "%PIPELINE_NAME%" == "chef-13" (
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
- call bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/unit
+ call bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o %WORKSPACE%\test.xml -f documentation spec/unit spec/functional
)