Files
netbird/tools
mlsmaycon 3f2750e8be [misc] Report a failed build once through the package fail event
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.
2026-09-12 12:42:30 +00:00
..