From 1027093eae61228336981ef2cf45ca90088d2ed0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 29 Sep 2012 12:14:57 -0500 Subject: tests: set newly-visible global constants The changes to error ouput and logging require a few more things to be visible during installation tests. Signed-off-by: Jack Nagel --- Library/Homebrew/test/testing_env.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Library/Homebrew/test/testing_env.rb') diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index a93fe6872..a35ad3f49 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -20,10 +20,15 @@ HOMEBREW_REPOSITORY=HOMEBREW_PREFIX HOMEBREW_CACHE=HOMEBREW_PREFIX.parent+"cache" HOMEBREW_CACHE_FORMULA=HOMEBREW_PREFIX.parent+"formula_cache" HOMEBREW_CELLAR=HOMEBREW_PREFIX.parent+"cellar" +HOMEBREW_LOGS = HOMEBREW_PREFIX.parent+"logs" HOMEBREW_USER_AGENT="Homebrew" HOMEBREW_WWW='http://example.com' HOMEBREW_CURL_ARGS = '-fsLA' -MACOS_VERSION=10.6 +HOMEBREW_VERSION = '0.9-test' + +MACOS = true +MACOS_VERSION = 10.6 +MACOS_FULL_VERSION = '10.6.8' (HOMEBREW_PREFIX+'Library/Formula').mkpath -- cgit v1.2.3