aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd
diff options
context:
space:
mode:
authorMike McQuaid2014-02-23 10:41:22 +0000
committerMike McQuaid2014-02-23 10:41:22 +0000
commitee8edd9bae3dfa63dbf1e9e2720fb3169875a6a0 (patch)
tree545a482e3a51523b80275f0b92de78f8907afafd /Library/Contributions/cmd
parent84e0cb8c2301d474d8ae735bd092194c020f82c7 (diff)
downloadhomebrew-ee8edd9bae3dfa63dbf1e9e2720fb3169875a6a0.tar.bz2
brew-test-bot: don't force-fetch deps.
Diffstat (limited to 'Library/Contributions/cmd')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index cfb3b233d..d0d6ac497 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -275,9 +275,7 @@ class Test
test "brew install apple-gcc42"
end
- deps_fetch_options = " "
- deps_fetch_options << " --force" if ARGV.include? '--cleanup'
- test "brew fetch#{deps_fetch_options} #{dependencies}" unless dependencies.empty?
+ test "brew fetch #{dependencies}" unless dependencies.empty?
formula_fetch_options = " "
formula_fetch_options << " --build-bottle" unless ARGV.include? '--no-bottle'
formula_fetch_options << " --force" if ARGV.include? '--cleanup'