diff options
| author | Alex Dunn | 2016-01-17 17:01:19 -0800 |
|---|---|---|
| committer | Alex Dunn | 2016-01-20 11:42:36 -0800 |
| commit | 0cde5dd06048f00d17abf3c009c86eced3f68c09 (patch) | |
| tree | 803193f9762c36eeb86a53ce0745ea418c5e299c /Library/Homebrew/test/lib | |
| parent | 37e61aed6266e57c55708774743f5ae802bd0aeb (diff) | |
| download | brew-0cde5dd06048f00d17abf3c009c86eced3f68c09.tar.bz2 | |
test: add metafiles to testball
Diffstat (limited to 'Library/Homebrew/test/lib')
| -rw-r--r-- | Library/Homebrew/test/lib/config.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/lib/config.rb b/Library/Homebrew/test/lib/config.rb index 8645a3d4b..3f72a5764 100644 --- a/Library/Homebrew/test/lib/config.rb +++ b/Library/Homebrew/test/lib/config.rb @@ -18,3 +18,6 @@ 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" + +TESTBALL_SHA1 = "be478fd8a80fe7f29196d6400326ac91dad68c37" +TESTBALL_SHA256 = "91e3f7930c98d7ccfb288e115ed52d06b0e5bc16fec7dce8bdda86530027067b" |
