diff --git a/src/cmd/gotest/gotest b/src/cmd/gotest/gotest index 87bb7fafb02..584578e91f6 100755 --- a/src/cmd/gotest/gotest +++ b/src/cmd/gotest/gotest @@ -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