From 60600c824cb07b36bc74b7a7f363069f8c29a8ca Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Tue, 21 Jul 2015 16:41:40 +0800 Subject: [PATCH] test-bot: build bottle with verbose It will print out what stops bottle being relocatable. Closes Homebrew/homebrew#41958. Signed-off-by: Xu Cheng --- Library/Homebrew/cmd/test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index a346eeb7dc..78ce519e5b 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