diff options
| author | Xu Cheng | 2015-05-11 15:44:42 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-05-18 19:48:06 +0800 |
| commit | ae41a5197665995975e3cf0b219faa5635929f0a (patch) | |
| tree | f4b0710f878414504ca748f7728bcbd3fe1436fa /Library | |
| parent | 522711f6ba88e507392caa18c29bf85d4790f27f (diff) | |
| download | brew-ae41a5197665995975e3cf0b219faa5635929f0a.tar.bz2 | |
test-bot: unlink conflicted formulae
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index 5c62417d0..3106c2969 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -382,6 +382,12 @@ module Homebrew test "brew", "uses", canonical_formula_name formula = Formulary.factory(canonical_formula_name) + + formula.conflicts.map { |c| Formulary.factory(c.name) }. + select { |f| f.installed? }.each do |conflict| + test "brew", "unlink", conflict.name + end + installed_gcc = false deps = [] |
