diff options
| author | Mike McQuaid | 2017-06-07 16:25:07 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-06-07 16:25:07 +0100 | 
| commit | 7d5b8a5cea122c09f297dffa6b76187c413a9565 (patch) | |
| tree | 3731a00951ce2789ef0430ba0e5bd7fa1136134e /docs/Manpage.md | |
| parent | cfc40196f22fd07cf62a6f51ee22915485bb4c09 (diff) | |
| download | brew-7d5b8a5cea122c09f297dffa6b76187c413a9565.tar.bz2 | |
tests: cleanup tests.
Remove pending tests that are never run on CI (i.e. require `--online`),
remove fixtures for those tests and just make `--official-cmd-taps`
run by `--online` instead.
Diffstat (limited to 'docs/Manpage.md')
| -rw-r--r-- | docs/Manpage.md | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index 523eaf289..aa20b3367 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -845,10 +845,8 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note      If `--no-compat` is passed, do not load the compatibility layer when      running tests. -    If `--online` is passed, include tests that use the GitHub API. - -    If `--official-cmd-taps` is passed, include tests that use any of the -    taps for official external commands. +    If `--online` is passed, include tests that use the GitHub API and tests +    that use any of the taps for official external commands.    * `update-test` [`--commit=``commit`] [`--before=``date`] [`--to-tag`] [`--keep-tmp`]:      Runs a test of `brew update` with a new repository clone. | 
