aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-06-26 19:21:32 +0100
committerMike McQuaid2013-06-26 19:21:32 +0100
commit852e076b247f3d065ff966c85e5817b40d068504 (patch)
treee05ee20009908ef3b40428437ab3f94f13047d31 /Library
parent0367072c9893fff803cc00817cd1a42df33f9a8e (diff)
downloadhomebrew-852e076b247f3d065ff966c85e5817b40d068504.tar.bz2
brew-test-bot: force fetching formulae.
References #20807.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 80abe2404..a1b01d595 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -250,7 +250,7 @@ class Test
test "brew audit #{formula}"
test "brew fetch #{dependencies}" unless dependencies.empty?
- test "brew fetch --build-bottle #{formula}"
+ 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}"