Commit 01f0f16e authored by Russ Cox's avatar Russ Cox

gotest: ignore *_test.pb.go

R=r
https://golang.org/cl/166064
parent 9e0b68d1
......@@ -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
......
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