aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2016-04-18 17:54:05 +0100
committerDominyk Tiller2016-04-18 17:54:41 +0100
commitc3c233dd809f9c358ba8aa5268b64c335202bc56 (patch)
tree8def7920e1d7e8b342cf01d87d9ac6fa9cf7bcc5 /Library
parent75f1e49027d2fdf1544467eb9f6e0f9685005b36 (diff)
downloadbrew-c3c233dd809f9c358ba8aa5268b64c335202bc56.tar.bz2
test-bot: don't untap during cleanup_before
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 71d3c6c84..a061dd6e8 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -662,7 +662,6 @@ module Homebrew
safe_system "git", "checkout", "-f", "master"
# This will uninstall all formulae, as long as
# HOMEBREW_REPOSITORY == HOMEBREW_PREFIX, which is true on the test bots
- Tap.names.each { |s| safe_system "brew", "untap", s if s != "homebrew/core" }
safe_system "git", "clean", "-ffdx", "--exclude=/Library/Taps/" unless ENV["HOMEBREW_RUBY"] == "1.8.7"
end
pr_locks = "#{@repository}/.git/refs/remotes/*/pr/*/*.lock"