From f6e5bb7ab68243baaa1d249ed4faf997a54938be Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 22 Mar 2021 14:15:11 +0000 Subject: [PATCH] Update maintainers, manpage and completions. Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow. --- completions/bash/brew | 1 + completions/fish/brew.fish | 1 + completions/zsh/_brew | 1 + docs/Manpage.md | 2 ++ manpages/brew.1 | 4 ++++ 5 files changed, 9 insertions(+) diff --git a/completions/bash/brew b/completions/bash/brew index 66675878ef8fb..4a4c90969623d 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -1848,6 +1848,7 @@ _brew_test() { __brewcomp " --HEAD --debug + --force --help --keep-tmp --quiet diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 0da4d4dba19af..5f9d165a893e9 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1295,6 +1295,7 @@ __fish_brew_complete_arg 'tc' -l verbose -d 'Make some output more verbose' __fish_brew_complete_cmd 'test' 'Run the test method provided by an installed formula' __fish_brew_complete_arg 'test' -l HEAD -d 'Test the head version of a formula' __fish_brew_complete_arg 'test' -l debug -d 'Display any debugging information' +__fish_brew_complete_arg 'test' -l force -d 'Test formulae even if they are unlinked' __fish_brew_complete_arg 'test' -l help -d 'Show this message' __fish_brew_complete_arg 'test' -l keep-tmp -d 'Retain the temporary files created for the test' __fish_brew_complete_arg 'test' -l quiet -d 'Make some output more quiet' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 87d8287c37d02..ccfb0b082085d 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1594,6 +1594,7 @@ _brew_test() { _arguments \ '--HEAD[Test the head version of a formula]' \ '--debug[Display any debugging information]' \ + '--force[Test formulae even if they are unlinked]' \ '--help[Show this message]' \ '--keep-tmp[Retain the temporary files created for the test]' \ '--quiet[Make some output more quiet]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 9c9773efd16eb..80537a5bbe2f8 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1319,6 +1319,8 @@ user if something is wrong with the installed formula. *Example:* `brew install jruby && brew test jruby` +* `-f`, `--force`: + Test formulae even if they are unlinked. * `--HEAD`: Test the head version of a formula. * `--keep-tmp`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 02053bfdc0ebf..51e005c7c5fca 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1830,6 +1830,10 @@ Run the test method provided by an installed formula\. There is no standard outp \fIExample:\fR \fBbrew install jruby && brew test jruby\fR . .TP +\fB\-f\fR, \fB\-\-force\fR +Test formulae even if they are unlinked\. +. +.TP \fB\-\-HEAD\fR Test the head version of a formula\. .