Skip to content

Commit

Permalink
add verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 25, 2024
1 parent 6426fdd commit 547641b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/appveyor.pester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ if (-not $Finalize) {
} else {
$appvTestName = "$($f.Name), attempt #$trialNo"
}
Write-Host -Object "Running $($f.FullName)" -ForegroundColor Cyan
Add-AppveyorTest -Name $appvTestName -Framework NUnit -FileName $f.FullName -Outcome Running
$PesterRun = Invoke-Pester -Configuration $pester5config
$PesterRun | Export-Clixml -Path "$ModuleBase\Pester5Results$PSVersion$Counter.xml"
Expand Down

0 comments on commit 547641b

Please sign in to comment.