diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmds/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmds/brew-test-bot.rb b/Library/Contributions/cmds/brew-test-bot.rb index 96c51eabf..887ad82c5 100755 --- a/Library/Contributions/cmds/brew-test-bot.rb +++ b/Library/Contributions/cmds/brew-test-bot.rb @@ -198,7 +198,7 @@ class Test test "brew audit #{formula}" test "brew install --verbose --build-bottle #{formula}" return unless steps.last.status == :passed - test "brew test #{formula}" + test "brew test #{formula}" if defined? Formula.factory(formula).test test "brew bottle #{formula}" test "brew uninstall #{formula}" end |
