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

This commit is contained in:
Mike McQuaid 2015-12-11 20:16:05 +00:00
parent 71e023a2c6
commit c347d40f1b

View File

@ -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