Descriptionos/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.
Patch Set 1 #Patch Set 2 : diff -r 56842d9b23d2 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 56842d9b23d2 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 56842d9b23d2 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r b3a51e474d9c https://go.googlecode.com/hg/ #MessagesTotal messages: 6
|