Skip to content

Commit

Permalink
* Do not error exit on Windows when inet_error is found in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Oct 21, 2024
1 parent 326dc01 commit f15355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/windows/gha-log-check.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Write-Host "[INFO] looking for errors in '$rabbitmq_log_dir'"

If (Get-ChildItem $rabbitmq_log_dir\*.log | Select-String -Quiet -SimpleMatch -Pattern inet_error)
{
Write-Error "[WARNING] found inet_error in '$rabbitmq_log_dir'"
Write-Host -ForegroundColor Yellow "[WARNING] found inet_error in '$rabbitmq_log_dir'"
exit 0
}

0 comments on commit f15355a

Please sign in to comment.