Merge pull request #907 from MikeMcQuaid/brew-tests-developer
tests: always set HOMEBREW_DEVELOPER=1.
This commit is contained in:
commit
cfc930011d
@ -8,6 +8,7 @@ module Homebrew
|
||||
def tests
|
||||
(HOMEBREW_LIBRARY/"Homebrew/test").cd do
|
||||
ENV["HOMEBREW_NO_ANALYTICS_THIS_RUN"] = "1"
|
||||
ENV["HOMEBREW_DEVELOPER"] = "1"
|
||||
ENV["TESTOPTS"] = "-v" if ARGV.verbose?
|
||||
ENV["HOMEBREW_NO_COMPAT"] = "1" if ARGV.include? "--no-compat"
|
||||
ENV["HOMEBREW_TEST_GENERIC_OS"] = "1" if ARGV.include? "--generic"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user