]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: add package . to 'go test' commands
authorBryan C. Mills <bcmills@google.com>
Thu, 16 Jun 2022 19:45:25 +0000 (15:45 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 16 Jun 2022 21:58:40 +0000 (21:58 +0000)
commit9068c6844dc0f0100bd810ad73dbf877bb92507b
treec94aed8c35b05fb1deaebde0667146a3879631d1
parent7bad61554ec6da4ba4cbad443074360408890603
cmd/dist: add package . to 'go test' commands

This suppresses verbose output if the test passes,
eliminating some "hello from C" noise for the ../misc/cgo test.

Change-Id: I6324bfb4b3633c20e0eb0ae03aa25d40fab9fcfb
Reviewed-on: https://go-review.googlesource.com/c/go/+/412776
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/dist/test.go