From c6e3a0240a6764665f3e55897fdbd737ab6ac5ad Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 19 Jul 2015 20:40:05 +0100 Subject: test-bot: ensure from-source initial installation --- Library/Homebrew/cmd/test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index 6a14c3d05..f021faff2 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", *install_args + test "brew", "install", "--build-from-source", *install_args end install_passed = steps.last.passed? audit_args = [canonical_formula_name] -- cgit v1.2.3