Maintainer-Guidelines: add sjackman CI test note.

This commit is contained in:
Mike McQuaid 2018-12-17 15:55:06 +00:00
parent 3245b91900
commit cf391ef160
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -88,7 +88,10 @@ implemented!).
Don't merge any formula updates with failing `brew test`s. If a `test do` block
is failing it needs to be fixed. This may involve replacing more involved tests
with those that are more reliable. This is fine: false positives are better than
false negatives as we don't want to teach maintainers to merge red PRs.
false negatives as we don't want to teach maintainers to merge red PRs. If the
test failure is believed to be due to a bug in Homebrew/brew or the CI system,
that bug must be fixed, or worked around in the formula to yield a passing test,
before the PR can be merged.
## Common “gotchas”
1. [Ensure you have set your username and email address