Skip to content

Commit

Permalink
Fix test dependency module Pester installed versions console output t…
Browse files Browse the repository at this point in the history
…o use the verbose stream
  • Loading branch information
joeltimothyoh committed Jun 29, 2020
1 parent 37930ca commit b12eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/dep/Install-TestDependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
"Installing Pester" | Write-Host
Install-Module -Name 'Pester' -Repository 'PSGallery' -MinimumVersion $pesterMinimumVersion -MaximumVersion $pesterMaximumVersion -Scope CurrentUser -Force
}
Get-Module Pester -ListAvailable
Get-Module Pester -ListAvailable | Out-String | Write-Verbose

}catch {
throw
Expand Down

0 comments on commit b12eb9f

Please sign in to comment.