summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2020-05-15 16:14:33 -0600
committerChristopher A. Snapp <csnapp@chef.io>2020-05-22 09:07:56 -0600
commitc7679ed0a8fc4f5a12866a6af7917c7f01f7c89f (patch)
tree7225a80092ea639f419429e1fb7a9d7c27b3762e
parente2bc843096e4c91415751a5ad46d0bf07c82c89c (diff)
downloadchef-c7679ed0a8fc4f5a12866a6af7917c7f01f7c89f.tar.gz
Allow chefstyle dependencies in windows verify tests
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
-rw-r--r--scripts/bk_tests/bk_win_functional.ps12
-rw-r--r--scripts/bk_tests/bk_win_prep.ps12
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1
index 8d1f5acb2d..3cc38f0b37 100644
--- a/scripts/bk_tests/bk_win_functional.ps1
+++ b/scripts/bk_tests/bk_win_functional.ps1
@@ -35,7 +35,7 @@ if (-not $?) { throw "Unable to update Bundler" }
bundle --version
Write-Output "--- bundle install"
-bundle install --jobs=3 --retry=3 --without omnibus_package docgen chefstyle
+bundle install --jobs=3 --retry=3 --without omnibus_package
if (-not $?) { throw "Unable to install gem dependencies" }
Write-Output "+++ bundle exec rake spec:functional"
diff --git a/scripts/bk_tests/bk_win_prep.ps1 b/scripts/bk_tests/bk_win_prep.ps1
index 1d7199916b..1a09378fee 100644
--- a/scripts/bk_tests/bk_win_prep.ps1
+++ b/scripts/bk_tests/bk_win_prep.ps1
@@ -16,5 +16,5 @@ if (-not $?) { throw "Unable to update Bundler" }
bundle --version
echo "--- bundle install"
-bundle install --jobs=3 --retry=3 --without omnibus_package docgen chefstyle
+bundle install --jobs=3 --retry=3 --without omnibus_package
if (-not $?) { throw "Unable to install gem dependencies" }