From 7b7d4d2f1be65c3c82bdb61327d45ecbf726a450 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 26 Apr 2013 22:32:09 +0100 Subject: brew-tests: install deps before tests. --- Library/Contributions/cmd/brew-tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3