]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/go: fix processing of flags for test binaries."
authorRuss Cox <rsc@golang.org>
Mon, 14 Dec 2015 15:09:26 +0000 (15:09 +0000)
committerRuss Cox <rsc@golang.org>
Wed, 16 Dec 2015 20:25:59 +0000 (20:25 +0000)
commita40281112cb38ada79bfe32bb150982abf57d0a9
tree4551697361b8c12540a6376482c222679c6777b5
parent654daac3bce1314d5568b46bfa48ec4c546d7395
Revert "cmd/go: fix processing of flags for test binaries."

This broke a number of common "go test" invocations.
Will fix the original concern differently.

This reverts commit 6acb4d944dafa13a6c80faffc4e7ecc47d2bcdbc.

Fixes #13583.

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