Skip to content
Snippets Groups Projects
Commit c347d40f authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: allow tapuser/taprepo/tapformula format.

parent 71e023a2
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,9 @@ module Homebrew
def safe_formulary(formula)
Formulary.factory formula
rescue TapFormulaUnavailableError => e
test "brew", "tap", e.tap.name
retry unless steps.last.failed?
rescue FormulaUnavailableError, TapFormulaAmbiguityError, TapFormulaWithOldnameAmbiguityError
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment