aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-09-07 12:04:54 +0100
committerMike McQuaid2013-09-07 12:05:42 +0100
commit4b942b7ad8a3e08f689517e333b8dfd6c2b1a987 (patch)
tree7a1fdbf79d9765fde934cc9d7e17ced000722928 /Library
parent8376d6e5d4b17cd72d872e4440b6ea93a75e3600 (diff)
downloadhomebrew-4b942b7ad8a3e08f689517e333b8dfd6c2b1a987.tar.bz2
brew-test-bot: run brew uses.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb1
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(' ')