mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-19 12:00:58 +00: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>