Skip to content

Commit 13bdb64

Browse files
🪲 [Fix]: Replace Format-Table with Write-Host for better output visibility in test results
1 parent 0f81c65 commit 13bdb64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎scripts/main.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ foreach ($expected in $expectedTestSuites) {
188188
$totalErrors++
189189
}
190190

191-
$result | Format-Table | Out-String
191+
Write-Host "$($result | Format-Table | Out-String)"
192192
}
193193

194194
if ($result.ResultFilePresent) {

0 commit comments

Comments
 (0)