diff options
| author | Xu Cheng | 2015-07-21 16:41:40 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-07-22 15:12:23 +0800 |
| commit | 60600c824cb07b36bc74b7a7f363069f8c29a8ca (patch) | |
| tree | f9949293e664a92f623a5432638c67be906aa494 /Library/Homebrew | |
| parent | 8cebb64eec8e887b35d53fa3003c87dc1ed5eda1 (diff) | |
| download | brew-60600c824cb07b36bc74b7a7f363069f8c29a8ca.tar.bz2 | |
test-bot: build bottle with verbose
It will print out what stops bottle being relocatable.
Closes Homebrew/homebrew#41958.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index a346eeb7d..78ce519e5 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -508,7 +508,7 @@ module Homebrew test "brew", "audit", *audit_args if install_passed if formula.stable? && !ARGV.include?('--no-bottle') - bottle_args = ["--rb", canonical_formula_name] + bottle_args = ["--verbose", "--rb", canonical_formula_name] bottle_args << { :puts_output_on_success => true } test "brew", "bottle", *bottle_args bottle_step = steps.last |
