mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
go test emits a build-fail event for the test binary and then a fail event for the package with FailedBuild, so the summary printed two FAIL lines and two output blocks per build failure. The package fail event now reports the compiler output; a build-fail never followed by one is still printed at the end. Build output also skips the panic detection, so a compiler crash is shown as compiler output instead of a test panic.