summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/go/internal/test/cover.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/cmd/go/internal/test/cover.go')
-rw-r--r--libgo/go/cmd/go/internal/test/cover.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/cmd/go/internal/test/cover.go b/libgo/go/cmd/go/internal/test/cover.go
index 12538b46564..9841791552d 100644
--- a/libgo/go/cmd/go/internal/test/cover.go
+++ b/libgo/go/cmd/go/internal/test/cover.go
@@ -23,7 +23,7 @@ var coverMerge struct {
// Using this function clears the profile in case it existed from a previous run,
// or in case it doesn't exist and the test is going to fail to create it (or not run).
func initCoverProfile() {
- if testCoverProfile == "" {
+ if testCoverProfile == "" || testC {
return
}
if !filepath.IsAbs(testCoverProfile) && testOutputDir != "" {