mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
Build output events may carry several lines in one payload; buffering them as one entry undercounted the caps and skipped the indentation of continuation lines. Each payload is split into lines first. A package compiled for several test binaries reports build events under "pkg [a.test]" and "pkg [b.test]". Cutting the suffix off merged their buffers, and the first build-fail printed and deleted both. The full import path is now the key and the suffix is only dropped for display.