Update brew-test-bot for compiler selection changes
This commit is contained in:
parent
662f887e9a
commit
7a4e2fe24d
@ -342,8 +342,8 @@ class Test
|
||||
end
|
||||
|
||||
begin
|
||||
deps.each {|f| CompilerSelector.new(f.to_formula).compiler }
|
||||
CompilerSelector.new(formula_object).compiler
|
||||
deps.each { |d| CompilerSelector.select_for(d.to_formula) }
|
||||
CompilerSelector.select_for(formula_object)
|
||||
rescue CompilerSelectionError => e
|
||||
unless installed_gcc
|
||||
test "brew", "install", "gcc"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user