From 01f0f16ebc9e5bba1b4974fb06f77146fd711dc8 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 4 Dec 2009 17:08:54 -0800 Subject: [PATCH] gotest: ignore *_test.pb.go R=r https://golang.org/cl/166064 --- src/cmd/gotest/gotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 75fd192171e..8de06658867 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