]> Cypherpunks repositories - gostls13.git/commit
cmd/go: include -errorsas in go test vet checks
authorJonathan Amsterdam <jba@google.com>
Sat, 1 Jun 2019 21:43:09 +0000 (17:43 -0400)
committerJonathan Amsterdam <jba@google.com>
Wed, 12 Jun 2019 13:56:48 +0000 (13:56 +0000)
commit0c2953e4cb7536a07436688d0baaa3c59d00b521
treec27709b4bb02ef363ade34c186ea1255f19ff048
parentf2a4c139c1e0cff35f89e4b5a531d5dedc5ed8e0
cmd/go: include -errorsas in go test vet checks

Make "go test" run the new errorsas vet check by default.

Fixes #31213.

Change-Id: I5c93c000874ffe1c0b6d647bf10de803f414c5c1
Reviewed-on: https://go-review.googlesource.com/c/go/+/179977
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
src/cmd/go/internal/test/test.go