summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-03-09 15:21:09 -0700
committerTim Smith <tsmith84@gmail.com>2020-03-16 15:50:05 -0700
commit8fcfcd73f934da137a225138635a88b7e7875f34 (patch)
treef15b5ad47d501078be1fce50cfdc7e9d95a977ca
parentdf549b887b66a9ef38e51bd2826eae34d50f0777 (diff)
downloadchef-8fcfcd73f934da137a225138635a88b7e7875f34.tar.gz
Add more folding to the windows functional tests
Make this easier to debug in the future Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--scripts/bk_tests/bk_win_functional.ps18
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/bk_tests/bk_win_functional.ps1 b/scripts/bk_tests/bk_win_functional.ps1
index 59c2cf30c6..bd262fed9c 100644
--- a/scripts/bk_tests/bk_win_functional.ps1
+++ b/scripts/bk_tests/bk_win_functional.ps1
@@ -5,11 +5,7 @@ Get-CimInstance Win32_OperatingSystem | Select-Object $Properties | Format-Table
# chocolatey functional tests fail so delete the chocolatey binary to avoid triggering them
Remove-Item -Path C:\ProgramData\chocolatey\bin\choco.exe -ErrorAction SilentlyContinue
-#
-# Software Languages
-#
-
-# Install Ruby + Devkit
+echo "--- install ruby + devkit"
$ErrorActionPreference = 'Stop'
echo "Downloading Ruby + DevKit"
@@ -25,6 +21,8 @@ echo "Closing out the layer (this can take awhile)"
# Set-Item -Path Env:Path -Value to include ruby26
$Env:Path+=";C:\ruby26\bin"
+echo "--- configure winrm"
+
winrm quickconfig -q
ruby -v
bundle --version