summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-03-09 15:57:16 -0700
committerGitHub <noreply@github.com>2020-03-09 15:57:16 -0700
commitd38e9393026d2dfdfd35a3e7d319ce735ebc9162 (patch)
tree3dba66af85eea8eded6fa44c823525252b01b6d3
parent0f95b236d79e2929e5465fe49803958113f54c35 (diff)
parent058ea60a1b3c915eaf042a183a256013dd176eec (diff)
downloadchef-d38e9393026d2dfdfd35a3e7d319ce735ebc9162.tar.gz
Merge pull request #9473 from chef/more_folding
Add more folding to the windows functional tests
-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 14452f2dbb..6bf33650ab 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
echo "--- update bundler and rubygems"