diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 4c7ca09a7a..f4f06d8e02 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -290,7 +290,7 @@ class Test test "brew install #{bottle_filename}" end end - test "brew test #{formula}" if formula_object.test_defined? + test "brew test --verbose #{formula}" if formula_object.test_defined? test "brew uninstall --force #{formula}" test "brew uninstall --force #{dependencies}" unless dependencies.empty? end