From: Russ Cox Date: Sat, 5 Dec 2009 01:08:54 +0000 (-0800) Subject: gotest: ignore *_test.pb.go X-Git-Tag: weekly.2009-12-07~22 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=01f0f16ebc9e5bba1b4974fb06f77146fd711dc8;p=gostls13.git gotest: ignore *_test.pb.go R=r https://golang.org/cl/166064 --- diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 75fd192171..8de0665886 100755 --- a/src/cmd/gotest/gotest +++ b/src/cmd/gotest/gotest @@ -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