Skip to content
Snippets Groups Projects
Commit e13866f7 authored by Xu Cheng's avatar Xu Cheng
Browse files

test-bot: install bottle unneeded formulae in --fast mode

parent 1a0f64d5
No related branches found
No related tags found
No related merge requests found
......@@ -572,7 +572,7 @@ module Homebrew
# Don't care about e.g. bottle failures for dependencies.
install_passed = false
run_as_not_developer do
if !ARGV.include?("--fast") || formula_bottled
if !ARGV.include?("--fast") || formula_bottled || formula.bottle_unneeded?
test "brew", "install", "--only-dependencies", *install_args unless dependencies.empty?
test "brew", "install", *install_args
install_passed = steps.last.passed?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment