Commit d3ca620b authored by Russ Cox's avatar Russ Cox

gotest: fix build

TBR=r
CC=golang-dev
https://golang.org/cl/4351047
parent 60c4c346
......@@ -149,6 +149,7 @@ func setEnvironment() {
func getTestFileNames() {
names := fileNames
if len(names) == 0 {
var err os.Error
names, err = filepath.Glob("[^.]*_test.go")
if err != nil {
Fatalf("Glob pattern error: %s", err)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment