diff options
| author | Mike McQuaid | 2013-12-19 23:03:03 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-19 23:03:12 +0000 |
| commit | f853ec73657559dbdec7eb10b0d91509c48240f0 (patch) | |
| tree | f94768162be941ba385ba56b007584cc5afea93e /Library | |
| parent | 76a45df3251533eb2320db49c3f56b1ad3918f9c (diff) | |
| download | brew-f853ec73657559dbdec7eb10b0d91509c48240f0.tar.bz2 | |
brew-test-bot: use install --only-dependencies.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
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}" |
