Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 17, 2024
1 parent 9f6819d commit 21dceed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/appveyor.pester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ if (-not $Finalize) {
$PesterConfig = New-PesterConfiguration
$PesterConfig.Run.Path = $f.FullName
$PesterConfig.Run.PassThru = $true
$PesterConfig.Output.Verbosity = 'None'
$PesterConfig.Run.ShowFullOutput = $true
$PesterConfig.Output.Verbosity = 'Normal'

if ($IncludeCoverage) {
$CoverFiles = Get-CoverageIndications -Path $f -ModuleBase $ModuleBase
Expand Down

0 comments on commit 21dceed

Please sign in to comment.