Update manpage and completions.

Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2025-06-10 15:45:47 +00:00
parent 724c10962e
commit 0af29dec14
No known key found for this signature in database
5 changed files with 10 additions and 0 deletions

View File

@ -2588,6 +2588,7 @@ _brew_tests() {
--fail-fast --fail-fast
--generic --generic
--help --help
--no-parallel
--online --online
--only --only
--profile --profile

View File

@ -1693,6 +1693,7 @@ __fish_brew_complete_arg 'tests' -l debug -d 'Enable debugging using `ruby/debug
__fish_brew_complete_arg 'tests' -l fail-fast -d 'Exit early on the first failing test' __fish_brew_complete_arg 'tests' -l fail-fast -d 'Exit early on the first failing test'
__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'
__fish_brew_complete_arg 'tests' -l help -d 'Show this message' __fish_brew_complete_arg 'tests' -l help -d 'Show this message'
__fish_brew_complete_arg 'tests' -l no-parallel -d 'Run tests serially'
__fish_brew_complete_arg 'tests' -l online -d 'Include tests that use the GitHub API and tests that use any of the taps for official external commands' __fish_brew_complete_arg 'tests' -l online -d 'Include tests that use the GitHub API and tests that use any of the taps for official external commands'
__fish_brew_complete_arg 'tests' -l only -d 'Run only `test_script_spec.rb`. Appending `:line_number` will start at a specific line' __fish_brew_complete_arg 'tests' -l only -d 'Run only `test_script_spec.rb`. Appending `:line_number` will start at a specific line'
__fish_brew_complete_arg 'tests' -l profile -d 'Run the test suite serially to find the n slowest tests' __fish_brew_complete_arg 'tests' -l profile -d 'Run the test suite serially to find the n slowest tests'

View File

@ -2081,6 +2081,7 @@ _brew_tests() {
'--fail-fast[Exit early on the first failing test]' \ '--fail-fast[Exit early on the first failing test]' \
'--generic[Run only OS-agnostic tests]' \ '--generic[Run only OS-agnostic tests]' \
'--help[Show this message]' \ '--help[Show this message]' \
'--no-parallel[Run tests serially]' \
'--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]' \
'(--changed)--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]' \
'--profile[Run the test suite serially to find the n slowest tests]' \ '--profile[Run the test suite serially to find the n slowest tests]' \

View File

@ -3211,6 +3211,10 @@ Run Homebrew's unit and integration tests.
: Exit early on the first failing test. : Exit early on the first failing test.
`--no-parallel`
: Run tests serially.
`--only` `--only`
: Run only `<test_script>_spec.rb`. Appending `:<line_number>` will start at a : Run only `<test_script>_spec.rb`. Appending `:<line_number>` will start at a

View File

@ -2039,6 +2039,9 @@ Only runs tests on files that were changed from the master branch\.
\fB\-\-fail\-fast\fP \fB\-\-fail\-fast\fP
Exit early on the first failing test\. Exit early on the first failing test\.
.TP .TP
\fB\-\-no\-parallel\fP
Run tests serially\.
.TP
\fB\-\-only\fP \fB\-\-only\fP
Run only \fB<test_script>_spec\.rb\fP\&\. Appending \fB:<line_number>\fP will start at a specific line\. Run only \fB<test_script>_spec\.rb\fP\&\. Appending \fB:<line_number>\fP will start at a specific line\.
.TP .TP