brew-test-bot: don't force-fetch deps.
This commit is contained in:
parent
690060578c
commit
57769d7448
@ -275,9 +275,7 @@ class Test
|
|||||||
test "brew install apple-gcc42"
|
test "brew install apple-gcc42"
|
||||||
end
|
end
|
||||||
|
|
||||||
deps_fetch_options = " "
|
test "brew fetch #{dependencies}" unless dependencies.empty?
|
||||||
deps_fetch_options << " --force" if ARGV.include? '--cleanup'
|
|
||||||
test "brew fetch#{deps_fetch_options} #{dependencies}" unless dependencies.empty?
|
|
||||||
formula_fetch_options = " "
|
formula_fetch_options = " "
|
||||||
formula_fetch_options << " --build-bottle" unless ARGV.include? '--no-bottle'
|
formula_fetch_options << " --build-bottle" unless ARGV.include? '--no-bottle'
|
||||||
formula_fetch_options << " --force" if ARGV.include? '--cleanup'
|
formula_fetch_options << " --force" if ARGV.include? '--cleanup'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user