Merge pull request #1093 from rwhogg/most-formulae-have-tests

test: most formulae have tests now
This commit is contained in:
Dominyk Tiller 2016-09-23 04:20:12 +01:00 committed by GitHub
commit b7e7434bdb

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.