1
0
mirror of https://github.com/golang/go synced 2024-11-25 05:57:57 -07:00

gotest: show the test file pattern in "no test files" error

Fixes #190.

R=r
https://golang.org/cl/154142
This commit is contained in:
Russ Cox 2009-11-15 12:56:39 -08:00
parent 029c39f45a
commit 2a6bb2c63e

View File

@ -70,7 +70,7 @@ esac
case "x$gofiles" in
x)
echo 'no test files found' 1>&2
echo 'no test files found (*_test.go)' 1>&2
exit 2
esac