You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brew test-bot uses complex heuristics to determine whether to set ignore_failures. ignore_failures is set based on the state of the current formula, whether it is bottled, bottled on current version, etc.
These heuristics perform bad if the default strategy of the tap is not to bottle everything.
A command-line switch --never-ignore-failures would help to always falsify ignore_failures and hence allow unbottled formulae still to fail when tested.
The text was updated successfully, but these errors were encountered:
kevemueller
changed the title
Feature request: ignore_failures heuristic should be able to overridden on the command line
Feature request: ignore_failures heuristic should be able to be overridden on the command line
Jan 5, 2025
Brew test-bot uses complex heuristics to determine whether to set
ignore_failures
.ignore_failures
is set based on the state of the current formula, whether it is bottled, bottled on current version, etc.These heuristics perform bad if the default strategy of the tap is not to bottle everything.
A command-line switch
--never-ignore-failures
would help to always falsifyignore_failures
and hence allow unbottled formulae still to fail when tested.This is similar to #1178, but not the same.
The text was updated successfully, but these errors were encountered: