]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make "go test" recognize -exec flag again.
authorRahul Chaudhry <rahulchaudhry@chromium.org>
Thu, 13 Aug 2015 22:39:43 +0000 (15:39 -0700)
committerRuss Cox <rsc@golang.org>
Sat, 15 Aug 2015 17:38:41 +0000 (17:38 +0000)
commit5bf1369c9ba09df6df2fbd3b8221f22b1d52d2ee
tree458ee02a7e2c494e83d5ceb8ee87572194621ec1
parente97ab0a0acec9281dbca086d99d965100a196100
cmd/go: make "go test" recognize -exec flag again.

Fixes #12144.

Change-Id: I112c6517371215c9797db8f1dffca0f3047c39e3
Reviewed-on: https://go-review.googlesource.com/13633
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/testflag.go