diff options
| author | Mike McQuaid | 2013-12-19 23:03:03 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-19 23:03:12 +0000 |
| commit | e8ed524fcbcd706639fccd17d6422dd6da22f75c (patch) | |
| tree | d1d9af619e0356bfc2d0b6ff327301e59e9a6ca6 /Library/Contributions/cmd | |
| parent | 53589c3f4c30cfed6bf8e87f53fdc17acca7e3b0 (diff) | |
| download | homebrew-e8ed524fcbcd706639fccd17d6422dd6da22f75c.tar.bz2 | |
brew-test-bot: use install --only-dependencies.
Diffstat (limited to 'Library/Contributions/cmd')
| -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}" |
