Update brew-test-bot for compiler selection changes

This commit is contained in:
Jack Nagel 2014-09-18 17:07:11 -05:00
parent 662f887e9a
commit 7a4e2fe24d

View File

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