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
commit3e7da6b16e81ecf76bce73d871807ed7228fb7e0 (patch)
tree49557109f66d99b7fdaedc067f0448dbc3139224 /Library
parenta1f165c02df7c046f9fb62e7655a373ebe4516fa (diff)
downloadbrew-3e7da6b16e81ecf76bce73d871807ed7228fb7e0.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(' ')