Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format ILVerify output a bit #18120

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Format ILVerify output a bit
  • Loading branch information
psfinaki authored Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c4f2177d7fb8c362a7d850cc0d9fd14cb1499335
4 changes: 2 additions & 2 deletions tests/ILVerify/ilverify.ps1
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ foreach ($project in $projects.Keys) {
} else {
Write-Host "ILverify output does not match baseline, differences:"

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

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

exit 0
exit 0
Loading