cmd/go: -x
output with test -cover
contains wrong path for some files under cwd
#23982
Labels
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes (with the latest release
go version go1.10 darwin/amd64
)What operating system and processor architecture are you using (
go env
)?What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
What did you see instead?
The
cover -mode set
line contains.log.cover.go
, which should be./log.cover.go
.The text was updated successfully, but these errors were encountered: