]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix selection of packages for testing
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 9 Nov 2012 10:00:41 +0000 (14:00 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 9 Nov 2012 10:00:41 +0000 (14:00 +0400)
commit4ef91fc8540ef3c77906be387f9915914a27595d
tree9f355c7b3d8c9927e770ab6e250747115f5a1732
parent5e57954f8c57233f1217b14c1f479a8571f8d10d
cmd/go: fix selection of packages for testing
Currently it works incorrectly if user specifies own build tags
and with race detection (e.g. runtime/race is not selected,
because it contains only test files with +build race).

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6814107
src/cmd/go/main.go