]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove duplication of build flag info in testflag.go
authorRuss Cox <rsc@golang.org>
Tue, 14 Jul 2015 04:04:50 +0000 (00:04 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 15 Jul 2015 04:18:54 +0000 (04:18 +0000)
commitb5bc87ce5958188748cb9efdb6b8c2b445fd9a9b
tree5d6bd75585c7bee2ddb13d6659a0caa9e40a12e0
parent3585f215c898c977a8393a7a8885ce6ad7688446
cmd/go: remove duplication of build flag info in testflag.go

Also adds to 'go test' all the build flags that were missing
due to inconsistency in the duplication (for example, -toolexec).

Fixes #10504.

Change-Id: I1935b5caa13d5e551a0483904adffa8877087df7
Reviewed-on: https://go-review.googlesource.com/12170
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/go/build.go
src/cmd/go/testflag.go