Skip to content

Commit 52fa22d

Browse files
Clean up test.ps1 output.
1 parent c1d3b39 commit 52fa22d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ foreach ($case in $passingCases) {
6868
Write-Host "==> $($case): " -NoNewline
6969
if ($result.ExitCode -ne 0) {
7070
Write-Host 'fail' -ForegroundColor Red
71-
Write-Host $result.Output -ForegroundColor Red
7271
$failures += [pscustomobject]@{
7372
Path = $case
7473
Type = 'UnexpectedFailure'

0 commit comments

Comments
 (0)