Revert a33c5b9121e66aa650d9d0fc5814202bd26154d0

Revert: "test-bot: ensure from-source initial installation"

This reverts commit a33c5b9121e66aa650d9d0fc5814202bd26154d0.

You know when your fix ends up causing another problem that you then have to
go fix as well? Yup...
This commit is contained in:
Dominyk Tiller 2015-07-30 10:14:44 +01:00
parent 1280d0fcc7
commit 68b865fcb1

View File

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