diff options
| author | Bob W. Hogg | 2016-09-22 17:12:13 -0400 |
|---|---|---|
| committer | Bob W. Hogg | 2016-09-22 17:12:13 -0400 |
| commit | 709a20e2a0bfc8339768cd664c4ed503507908cb (patch) | |
| tree | b293573f7b573ef074bf9325b67a37fd698813bf | |
| parent | 889c400be4ba7803b7dcf402b00279a21ae80c97 (diff) | |
| download | brew-709a20e2a0bfc8339768cd664c4ed503507908cb.tar.bz2 | |
test: most formulae have tests now
| -rw-r--r-- | Library/Homebrew/dev-cmd/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/test.rb b/Library/Homebrew/dev-cmd/test.rb index a80fa5e4f..c20edf804 100644 --- a/Library/Homebrew/dev-cmd/test.rb +++ b/Library/Homebrew/dev-cmd/test.rb @@ -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. |
