diff options
| author | Mike McQuaid | 2013-09-14 14:10:27 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-14 14:10:27 +0100 |
| commit | 3b4f15bf36ff340dd213ba4043dd11b232ca34a5 (patch) | |
| tree | 93172a873bd26a426c5391367137b238a16999cd /Library | |
| parent | d87ce4b0237f08adf6c85f6c3f85510cd7a70d4f (diff) | |
| download | brew-3b4f15bf36ff340dd213ba4043dd11b232ca34a5.tar.bz2 | |
brew-test-bot: run brew test verbosely.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
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 |
