test: most formulae have tests now

This commit is contained in:
Bob W. Hogg 2016-09-22 17:12:13 -04:00
parent 889c400be4
commit 709a20e2a0

View File

@ -1,5 +1,5 @@
#: * `test` [`--devel`|`--HEAD`] [`--debug`] [`--keep-tmp`] <formula>:
#: A few formulae provide a test method. `brew test` <formula> runs this
#: Most formulae provide a test method. `brew test` <formula> runs this
#: test method. There is no standard output or return code, but it should
#: generally indicate to the user if something is wrong with the installed
#: formula.