Open rsc opened 2 years ago
Per discussion on #53893, go test -json should only print JSON to stdout. We should ensure that's true.
see also #35169
Change https://go.dev/cl/529120 mentions this issue: cmd/go: avoid writing non-JSON "build failed" errors from 'go test -json'
cmd/go: avoid writing non-JSON "build failed" errors from 'go test -json'
Per discussion on #53893, go test -json should only print JSON to stdout. We should ensure that's true.