Skip to content

Commit

Permalink
brew-test-bot: don't force-fetch deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Feb 23, 2014
1 parent 6900605 commit 57769d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Library/Contributions/cmd/brew-test-bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,7 @@ def formula formula
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'
Expand Down

0 comments on commit 57769d7

Please sign in to comment.