diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 9f9a27f86e..504c34a2c9 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -268,6 +268,12 @@ class Test return end + begin + CompilerSelector.new(formula_object).compiler + rescue CompilerSelectionError + test "brew install apple-gcc42" + end + test "brew fetch #{dependencies}" unless dependencies.empty? formula_fetch_options = " " formula_fetch_options << " --build-bottle" unless ARGV.include? '--no-bottle'