]> Cypherpunks repositories - gostls13.git/commit
cmd/go: ensure that 'go test' prints the FAIL line for a package on a new line
authorBryan C. Mills <bcmills@google.com>
Wed, 3 Nov 2021 14:39:54 +0000 (10:39 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 4 Nov 2021 21:33:23 +0000 (21:33 +0000)
commit71fc881cff79d0f3b352c20b947f4911892864fa
tree16365415e0eb53faf9aa7269773ce2c9ae188247
parent82481525280e4d0c74cb3f6341ce2f4653a165b8
cmd/go: ensure that 'go test' prints the FAIL line for a package on a new line

Fixes #49317

Change-Id: I4038fd4c1d845d54ecbbf82bf73060db1b44c9bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/361095
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/test/test.go
src/cmd/go/testdata/script/test_fail_newline.txt [new file with mode: 0644]