test-bot: ensure from-source initial installation

This commit is contained in:
Dominyk Tiller 2015-07-19 20:40:05 +01:00
parent c0ef6567b8
commit c6e3a0240a

View File

@ -500,7 +500,7 @@ module Homebrew
# Don't care about e.g. bottle failures for dependencies. # Don't care about e.g. bottle failures for dependencies.
run_as_not_developer do run_as_not_developer do
test "brew", "install", "--only-dependencies", *install_args unless dependencies.empty? test "brew", "install", "--only-dependencies", *install_args unless dependencies.empty?
test "brew", "install", *install_args test "brew", "install", "--build-from-source", *install_args
end end
install_passed = steps.last.passed? install_passed = steps.last.passed?
audit_args = [canonical_formula_name] audit_args = [canonical_formula_name]