diff options
| author | Mike McQuaid | 2013-04-26 22:32:09 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-04-26 22:32:26 +0100 |
| commit | 7b7d4d2f1be65c3c82bdb61327d45ecbf726a450 (patch) | |
| tree | a08ac528cc3858d01b7d56306e8631aef4101592 /Library/Contributions | |
| parent | 17667c03d058f0b542e724ad7038480a1cdcb046 (diff) | |
| download | brew-7b7d4d2f1be65c3c82bdb61327d45ecbf726a450.tar.bz2 | |
brew-tests: install deps before tests.
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/cmd/brew-tests.rb | 2 |
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 |
