Skip to content
Snippets Groups Projects
Commit 60600c82 authored by Xu Cheng's avatar Xu Cheng
Browse files

test-bot: build bottle with verbose


It will print out what stops bottle being relocatable.

Closes Homebrew/homebrew#41958.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent 8cebb64e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment