diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-09 15:21:09 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-09 15:21:09 -0700 |
commit | 058ea60a1b3c915eaf042a183a256013dd176eec (patch) | |
tree | e33341b4f110c8ed338de3191718f9c25314cfe1 /scripts | |
parent | abeeef675a2c34e6ad84a6bdfa29d4999e832267 (diff) | |
download | chef-058ea60a1b3c915eaf042a183a256013dd176eec.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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bk_tests/bk_win_functional.ps1 | 8 |
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" |