aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominyk Tiller2015-07-30 10:14:44 +0100
committerDominyk Tiller2015-07-30 10:14:44 +0100
commit68b865fcb1dfe47feba7c51537fead0d0b9fcb32 (patch)
tree35ecb743008febe78f03af3d83588d31595cb84d
parent1280d0fcc7025adec7b32e4b3e0a4d033cc685a0 (diff)
downloadbrew-68b865fcb1dfe47feba7c51537fead0d0b9fcb32.tar.bz2
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...
-rw-r--r--Library/Homebrew/cmd/test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index f021faff2..6a14c3d05 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]