]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clean up "cover" debug output
authorAustin Clements <austin@google.com>
Wed, 11 Oct 2023 16:20:19 +0000 (12:20 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 11 Oct 2023 16:39:44 +0000 (16:39 +0000)
commitee8b8e988c47a400d035891539a045031854b391
tree85ff078c04b2583b8d6445948834b94d405d0d38
parente12bdc80f2d8b2fa243a7dc362a5dc2a4b545d1e
cmd/go: clean up "cover" debug output

Currently, the two places that run the cover tool manually construct a
terse command description. However, this actually prevents Builder.run
from constructing a more detailed description from the actual command
being run. Fix this by passing "" as the description to get the
default behavior.

Change-Id: I27d42cb1fda9bba70c631dc43417a03b8bddec92
Reviewed-on: https://go-review.googlesource.com/c/go/+/534157
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Austin Clements <austin@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/internal/work/exec.go