]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testshared: make -v output less verbose
authorBryan C. Mills <bcmills@google.com>
Thu, 21 Nov 2019 20:03:24 +0000 (15:03 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 22 Nov 2019 19:01:42 +0000 (19:01 +0000)
commitc931f1b6e69492a19b935dc0812499a55d634403
tree52a446e17a8268506a0a408af90afa9a0d7afba7
parent05511a5c0ae238325c10b0e4e44c3f66f928e4cf
misc/cgo/testshared: make -v output less verbose

Previously, 'go test -v' in this directory would result in a massive
dump of go command output, because the test plumbed -v to 'build -x'.
This change separates them into distinct flags, so that '-v' only
implies the display of default 'go' command output.

Updates #30316

Change-Id: Ifb125f35ec6a0bebe7e8286e7c546d132fb213df
Reviewed-on: https://go-review.googlesource.com/c/go/+/208232
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testshared/shared_test.go