1
0
mirror of https://github.com/golang/go synced 2024-11-22 09:14:40 -07:00

gotest: ignore *_test.pb.go

R=r
https://golang.org/cl/166064
This commit is contained in:
Russ Cox 2009-12-04 17:08:54 -08:00
parent 9e0b68d1ee
commit 01f0f16ebc

View File

@ -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