aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorMike McQuaid2014-03-13 10:31:22 +0000
committerMike McQuaid2014-03-13 10:31:22 +0000
commita6b46347a1615b3d16fafa4994e0dc29fa836006 (patch)
treeda9648b5fd57966a4a080192790d0754259827de /Library/Contributions
parentca0133cf5bd097e3e83b58b9a6112dc13b9c1eb1 (diff)
downloadbrew-a6b46347a1615b3d16fafa4994e0dc29fa836006.tar.bz2
brew-test-bot: use install_args for building deps.
Diffstat (limited to 'Library/Contributions')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
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}"