]> Cypherpunks repositories - gostls13.git/commit
os/exec: fix -test.run argument for new 'go test'
authorRuss Cox <rsc@golang.org>
Thu, 15 Dec 2011 23:21:38 +0000 (18:21 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 15 Dec 2011 23:21:38 +0000 (18:21 -0500)
commitb53856c16dc1facdc5c0257bd8b0ef4cff13d350
tree376a44ce56ba2d2f8f0be0f61b431eeca82839da
parentf99b4128139fddf7a7a3dd05ddbb9c86d1b76694
os/exec: fix -test.run argument for new 'go test'

In 'go test' I deleted the leading package. prefix
from all the test names, since it contained no actual
information.  Adjust the -test.run argument accordingly.
This will still work with the current gotest too, since
the argument is an unanchored pattern.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5491058
src/pkg/os/exec/exec_test.go