]> Cypherpunks repositories - gostls13.git/commitdiff
gotest: ignore *_test.pb.go
authorRuss Cox <rsc@golang.org>
Sat, 5 Dec 2009 01:08:54 +0000 (17:08 -0800)
committerRuss Cox <rsc@golang.org>
Sat, 5 Dec 2009 01:08:54 +0000 (17:08 -0800)
R=r
https://golang.org/cl/166064

src/cmd/gotest/gotest

index 75fd192171e9bb48cd8f1d758eb8b533a1860707..8de0665886776e06d08f93f057d09c84165928e1 100755 (executable)
@@ -65,7 +65,7 @@ done
 
 case "x$gofiles" in
 x)
-       gofiles=$(echo -n $(ls *_test.go *_test.pb.go 2>/dev/null))
+       gofiles=$(echo -n $(ls *_test.go 2>/dev/null))
 esac
 
 case "x$gofiles" in