diff options
| author | Mike McQuaid | 2013-01-07 23:47:42 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-01-07 23:48:10 +0000 |
| commit | c45ed312c7c7df6686b6531a1493f786eeb43399 (patch) | |
| tree | 2ea25ea9a642fe80f8b4e8befa9dc64b6993edec /Library | |
| parent | 16a9f36aebcbc5131f2433ed3a3fe8956d782681 (diff) | |
| download | homebrew-c45ed312c7c7df6686b6531a1493f786eeb43399.tar.bz2 | |
Fix brew-test-bot for new test DSL.
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 2feaa2cb2..83c00b1f6 100755 --- a/Library/Contributions/cmds/brew-test-bot.rb +++ b/Library/Contributions/cmds/brew-test-bot.rb @@ -202,7 +202,7 @@ class Test bottle_filename = bottle_filename(formula_object, bottle_version) test "brew uninstall #{formula}" test "brew install #{bottle_filename}" - test "brew test #{formula}" if defined? formula_object.test + test "brew test #{formula}" if formula_object.test_defined? test "brew uninstall #{formula}" test "brew uninstall #{dependencies}" unless dependencies.empty? end |
