From 13cfc013f4deefdcff13976c7388e7125bb06385 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 20 Jun 2013 13:38:56 +0100 Subject: brew-test-bot: uninstall formula if already installed. --- Library/Contributions/cmd/brew-test-bot.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 2b9fada1c..baf0e9c93 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -250,6 +250,7 @@ class Test test "brew audit #{formula}" test "brew fetch #{dependencies}" unless dependencies.empty? test "brew fetch --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? -- cgit v1.2.3