diff options
| author | Mike McQuaid | 2013-06-26 19:22:31 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-26 19:25:47 +0100 |
| commit | f69a784dbba506b1d66c9211f63f2d9e6b6cab31 (patch) | |
| tree | 7b76fbbff8867846df603f6cb1e2409c13a84c73 /Library | |
| parent | 6815e701efb2a19903aa3b0687efa04f61b20333 (diff) | |
| download | homebrew-f69a784dbba506b1d66c9211f63f2d9e6b6cab31.tar.bz2 | |
brew-test-bot: don't install dependencies first.
Now that --build-bottle is filtered we don't need to worry about extra
installation time.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index a1b01d595..42baf82c6 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -252,7 +252,6 @@ class Test test "brew fetch #{dependencies}" unless dependencies.empty? test "brew fetch --force --build-bottle #{formula}" test "brew uninstall #{formula}" if formula_object.installed? - test "brew install --verbose #{dependencies}" unless dependencies.empty? test "brew install --verbose --build-bottle #{formula}" return unless steps.last.passed? bottle_step = test "brew bottle #{formula}", :puts_output_on_success => true |
