From 68b865fcb1dfe47feba7c51537fead0d0b9fcb32 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 30 Jul 2015 10:14:44 +0100 Subject: [PATCH] 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... --- Library/Homebrew/cmd/test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index f021faff26..6a14c3d05c 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -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]