aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-tests.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-tests.rb b/Library/Contributions/cmd/brew-tests.rb
index 0a2fb78e7..12c62ee6a 100755
--- a/Library/Contributions/cmd/brew-tests.rb
+++ b/Library/Contributions/cmd/brew-tests.rb
@@ -2,7 +2,7 @@ module Homebrew extend self
def tests
(HOMEBREW_LIBRARY/'Homebrew/test').cd do
ENV['TESTOPTS'] = '-v' if ARGV.verbose?
- system "rake", "test"
+ system "rake", "deps", "test"
exit $?.exitstatus
end
end