From fb359e52f7b92fefc33ee9c3b20b17dcbc1f8624 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 13 Mar 2014 10:31:22 +0000 Subject: brew-test-bot: use install_args for building deps. --- Library/Contributions/cmd/brew-test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 1b8158532..3ea35b96e 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -284,7 +284,7 @@ class Test install_args = '--verbose' install_args << ' --build-bottle' unless ARGV.include? '--no-bottle' install_args << ' --HEAD' if ARGV.include? '--HEAD' - test "brew install --only-dependencies #{formula}" unless dependencies.empty? + test "brew install --only-dependencies #{install_args} #{formula}" unless dependencies.empty? test "brew install #{install_args} #{formula}" install_passed = steps.last.passed? test "brew audit #{formula}" -- cgit v1.2.3