Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2022-04-20 00:09:30 +00:00
parent 2d9bfc62be
commit 3249082165
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 10 additions and 1 deletions

View File

@ -2006,6 +2006,7 @@ _brew_tests() {
-*) -*)
__brewcomp " __brewcomp "
--byebug --byebug
--changed
--coverage --coverage
--debug --debug
--generic --generic

View File

@ -1356,6 +1356,7 @@ __fish_brew_complete_arg 'test' -a '(__fish_brew_suggest_formulae_installed)'
__fish_brew_complete_cmd 'tests' 'Run Homebrew\'s unit and integration tests' __fish_brew_complete_cmd 'tests' 'Run Homebrew\'s unit and integration tests'
__fish_brew_complete_arg 'tests' -l byebug -d 'Enable debugging using byebug' __fish_brew_complete_arg 'tests' -l byebug -d 'Enable debugging using byebug'
__fish_brew_complete_arg 'tests' -l changed -d 'Only runs tests on files that were changed from the master branch'
__fish_brew_complete_arg 'tests' -l coverage -d 'Generate code coverage reports' __fish_brew_complete_arg 'tests' -l coverage -d 'Generate code coverage reports'
__fish_brew_complete_arg 'tests' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'tests' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'tests' -l generic -d 'Run only OS-agnostic tests' __fish_brew_complete_arg 'tests' -l generic -d 'Run only OS-agnostic tests'

View File

@ -1659,13 +1659,14 @@ _brew_test() {
_brew_tests() { _brew_tests() {
_arguments \ _arguments \
'--byebug[Enable debugging using byebug]' \ '--byebug[Enable debugging using byebug]' \
'(--only)--changed[Only runs tests on files that were changed from the master branch]' \
'--coverage[Generate code coverage reports]' \ '--coverage[Generate code coverage reports]' \
'--debug[Display any debugging information]' \ '--debug[Display any debugging information]' \
'--generic[Run only OS-agnostic tests]' \ '--generic[Run only OS-agnostic tests]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--no-compat[Do not load the compatibility layer when running tests]' \ '--no-compat[Do not load the compatibility layer when running tests]' \
'--online[Include tests that use the GitHub API and tests that use any of the taps for official external commands]' \ '--online[Include tests that use the GitHub API and tests that use any of the taps for official external commands]' \
'--only[Run only test_script`_spec.rb`. Appending `:`line_number will start at a specific line]' \ '(--changed)--only[Run only test_script`_spec.rb`. Appending `:`line_number will start at a specific line]' \
'--quiet[Make some output more quiet]' \ '--quiet[Make some output more quiet]' \
'--seed[Randomise tests with the specified value instead of a random seed]' \ '--seed[Randomise tests with the specified value instead of a random seed]' \
'--verbose[Make some output more verbose]' '--verbose[Make some output more verbose]'

View File

@ -1453,6 +1453,8 @@ Run Homebrew's unit and integration tests.
Include tests that use the GitHub API and tests that use any of the taps for official external commands. Include tests that use the GitHub API and tests that use any of the taps for official external commands.
* `--byebug`: * `--byebug`:
Enable debugging using byebug. Enable debugging using byebug.
* `--changed`:
Only runs tests on files that were changed from the master branch.
* `--only`: * `--only`:
Run only *`test_script`*`_spec.rb`. Appending `:`*`line_number`* will start at a specific line. Run only *`test_script`*`_spec.rb`. Appending `:`*`line_number`* will start at a specific line.
* `--seed`: * `--seed`:

View File

@ -2063,6 +2063,10 @@ Include tests that use the GitHub API and tests that use any of the taps for off
Enable debugging using byebug\. Enable debugging using byebug\.
. .
.TP .TP
\fB\-\-changed\fR
Only runs tests on files that were changed from the master branch\.
.
.TP
\fB\-\-only\fR \fB\-\-only\fR
Run only \fItest_script\fR\fB_spec\.rb\fR\. Appending \fB:\fR\fIline_number\fR will start at a specific line\. Run only \fItest_script\fR\fB_spec\.rb\fR\. Appending \fB:\fR\fIline_number\fR will start at a specific line\.
. .