]> Cypherpunks repositories - gostls13.git/commit
cmd/go: don't try to initialize cover profile for go test -c
authorIan Lance Taylor <iant@golang.org>
Thu, 29 Mar 2018 13:31:38 +0000 (06:31 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 29 Mar 2018 16:37:26 +0000 (16:37 +0000)
commit9761a162f066911a76fb7b45c383490ca3bcdcc8
tree52e658aceef8868593e94c9a05400f8747101f82
parentd29ed92dedb4fb4317d189aebd7cd0b4f2c00082
cmd/go: don't try to initialize cover profile for go test -c

Using go test -c makes you responsible for managing and merging the
coverage profile yourself.

Fixes #24588

Change-Id: I2037a91ceb904f9f35d76c7b5e5fae6bcbed4e46
Reviewed-on: https://go-review.googlesource.com/103395
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go
src/cmd/go/internal/test/cover.go