mirror of
https://github.com/tailscale/tailscale.git
synced 2026-01-23 07:08:55 -05:00
`go test -json` outputs invalid JSON when a build fails. Handle that case by reseting the json.Decode and continuing to read. Updates #8493 Signed-off-by: Maisem Ali <maisem@tailscale.com>