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
commit7cf6ce393deb7d7891094db4ed551055515bb069 (patch)
tree50df7217f3c272ed62ffb0983c2d7007ade4528c /Library
parent59f3d0d6f6585ab2a0f9321acbd257aa0ede595e (diff)
downloadbrew-7cf6ce393deb7d7891094db4ed551055515bb069.tar.bz2
brew-test-bot: force fetching formulae.
References Homebrew/homebrew#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}"