diff options
| author | Markus Reiter | 2016-10-18 17:01:55 +0200 |
|---|---|---|
| committer | GitHub | 2016-10-18 17:01:55 +0200 |
| commit | 9f76e2bbe316d7e8700d0811fcc097172d5e0c9b (patch) | |
| tree | 0b8f37858bbd4cfcb51bb2334fcd126e3c95050b /Library/Homebrew/cask/cmd | |
| parent | b6a0fdd357a907f5903e3c07d502155de70e6898 (diff) | |
| parent | a92dc724b0b6b5bb2cb2660cb9c3ff6992eb039e (diff) | |
| download | brew-9f76e2bbe316d7e8700d0811fcc097172d5e0c9b.tar.bz2 | |
Merge pull request #1318 from reitermarkus/refactor-cask-tests
Set `HOMEBREW_NO_EMOJI` and `HOMEBREW_CASK_OPTS` in `cask-tests`.
Diffstat (limited to 'Library/Homebrew/cask/cmd')
| -rwxr-xr-x | Library/Homebrew/cask/cmd/brew-cask-tests.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/cmd/brew-cask-tests.rb b/Library/Homebrew/cask/cmd/brew-cask-tests.rb index 7ae71020e..ce62b5d84 100755 --- a/Library/Homebrew/cask/cmd/brew-cask-tests.rb +++ b/Library/Homebrew/cask/cmd/brew-cask-tests.rb @@ -10,6 +10,8 @@ end repo_root = Pathname(__FILE__).realpath.parent.parent repo_root.cd do ENV["HOMEBREW_NO_ANALYTICS_THIS_RUN"] = "1" + ENV["HOMEBREW_NO_EMOJI"] = "1" + ENV.delete("HOMEBREW_CASK_OPTS") Homebrew.install_gem_setup_path! "bundler" unless quiet_system("bundle", "check") |
