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:
parent
029c39f45a
commit
2a6bb2c63e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user