From 8dce51e5e5f7e895ff38a68304e3d3ede79484a9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 26 Jun 2013 19:22:31 +0100 Subject: [PATCH] brew-test-bot: don't install dependencies first. Now that --build-bottle is filtered we don't need to worry about extra installation time. --- Library/Contributions/cmd/brew-test-bot.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index a1b01d5954..42baf82c63 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -252,7 +252,6 @@ class Test test "brew fetch #{dependencies}" unless dependencies.empty? test "brew fetch --force --build-bottle #{formula}" test "brew uninstall #{formula}" if formula_object.installed? - test "brew install --verbose #{dependencies}" unless dependencies.empty? test "brew install --verbose --build-bottle #{formula}" return unless steps.last.passed? bottle_step = test "brew bottle #{formula}", :puts_output_on_success => true