diff options
| author | Mike McQuaid | 2013-09-07 12:04:54 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-07 12:05:42 +0100 |
| commit | 4b942b7ad8a3e08f689517e333b8dfd6c2b1a987 (patch) | |
| tree | 7a1fdbf79d9765fde934cc9d7e17ced000722928 /Library | |
| parent | 8376d6e5d4b17cd72d872e4440b6ea93a75e3600 (diff) | |
| download | homebrew-4b942b7ad8a3e08f689517e333b8dfd6c2b1a987.tar.bz2 | |
brew-test-bot: run brew uses.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 070955c8b..192eff09e 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -243,6 +243,7 @@ class Test def formula formula @category = __method__.to_s + ".#{formula}" + test "brew uses #{formula}" dependencies = `brew deps #{formula}`.split("\n") dependencies -= `brew list`.split("\n") dependencies = dependencies.join(' ') |
