Skip to content

Commit 64bb76c

Browse files
authored
Format ILVerify output a bit (#18120)
1 parent 42125e0 commit 64bb76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ILVerify/ilverify.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ foreach ($project in $projects.Keys) {
162162
} else {
163163
Write-Host "ILverify output does not match baseline, differences:"
164164

165-
$cmp | Format-Table | Out-String | Write-Host
165+
$cmp | Format-Table -AutoSize -Wrap | Out-String | Write-Host
166166

167167
# Update baselines if TEST_UPDATE_BSL is set to 1
168168
if ($env:TEST_UPDATE_BSL -eq "1") {
@@ -185,4 +185,4 @@ if ($failed) {
185185
exit 1
186186
}
187187

188-
exit 0
188+
exit 0

0 commit comments

Comments
 (0)