From db167958cccd07dda129fdfb4cd4bd858e7c6a32 Mon Sep 17 00:00:00 2001 From: "Christopher A. Snapp" Date: Fri, 15 May 2020 16:14:33 -0600 Subject: Allow chefstyle dependencies in windows verify tests Signed-off-by: Christopher A. Snapp --- scripts/bk_tests/bk_win_functional.ps1 | 2 +- scripts/bk_tests/bk_win_prep.ps1 | 2 +- 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 75803140ae..a8602f9872 100644 --- a/scripts/bk_tests/bk_win_functional.ps1 +++ b/scripts/bk_tests/bk_win_functional.ps1 @@ -31,7 +31,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" } -- cgit v1.2.1