aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-12-19 23:03:03 +0000
committerMike McQuaid2013-12-19 23:03:12 +0000
commitf853ec73657559dbdec7eb10b0d91509c48240f0 (patch)
treef94768162be941ba385ba56b007584cc5afea93e /Library
parent76a45df3251533eb2320db49c3f56b1ad3918f9c (diff)
downloadbrew-f853ec73657559dbdec7eb10b0d91509c48240f0.tar.bz2
brew-test-bot: use install --only-dependencies.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 6a38c98a3..10a3c3087 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -277,6 +277,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 #{install_args} #{formula}"
install_passed = steps.last.passed?
test "brew audit #{formula}"