aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2016-10-02 17:16:35 +0100
committerMike McQuaid2016-10-02 17:16:35 +0100
commitc6f5d24238c452ad5f13d597ff613e5477abb14a (patch)
treede19c675fbe56995e6b829612ee419d2e49ea5a6 /Library/Homebrew/cmd
parentf90f52d90236ca64edf0e979145bbdbd80c165d1 (diff)
downloadbrew-c6f5d24238c452ad5f13d597ff613e5477abb14a.tar.bz2
update-test: fix tag updating, skip core tap.
Fix updating the `stable` branch used for tagged updates and ensure that the core tap isn’t retapped (the slowest part by far of this test).
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/update-report.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb
index f97191bda..357bc3fc1 100644
--- a/Library/Homebrew/cmd/update-report.rb
+++ b/Library/Homebrew/cmd/update-report.rb
@@ -113,6 +113,7 @@ module Homebrew
end
def install_core_tap_if_necessary
+ return if ENV["HOMEBREW_UPDATE_TEST"]
core_tap = CoreTap.instance
return if core_tap.installed?
CoreTap.ensure_installed! quiet: false