Commit 2a6bb2c6 authored by Russ Cox's avatar Russ Cox

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

Fixes #190.

R=r
https://golang.org/cl/154142
parent 029c39f4
......@@ -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
......
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