mirror of
https://github.com/tailscale/tailscale.git
synced 2026-03-09 09:57:29 -04: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>