From ca3b65cb3b2967be52a605b5cdfb298ada571868 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 3 Jun 2014 20:25:26 -0700 Subject: [PATCH] reword test docs --- Library/Contributions/manpages/brew.1.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index dc99660e2f..3d2766dd0a 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -332,12 +332,14 @@ Note that these flags should only appear after a command. Ensures all tapped formula are symlinked into Library/Formula and prunes dead formula from Library/Formula. - * `test` : + * `test` [--devel|--HEAD] : A few formulae provide a test method. `brew test ` 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. Options passed to `brew install` such as `--HEAD` also need to - be provided to `brew test`. + formula. + + To test the development or head version of a formula, `--devel` or + `--HEAD` must be passed., Example: `brew install jruby && brew test jruby`