aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-09-14 14:10:27 +0100
committerMike McQuaid2013-09-14 14:10:27 +0100
commit3b4f15bf36ff340dd213ba4043dd11b232ca34a5 (patch)
tree93172a873bd26a426c5391367137b238a16999cd
parentd87ce4b0237f08adf6c85f6c3f85510cd7a70d4f (diff)
downloadbrew-3b4f15bf36ff340dd213ba4043dd11b232ca34a5.tar.bz2
brew-test-bot: run brew test verbosely.
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 4c7ca09a7..f4f06d8e0 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