test-bot: use --full-name in brew deps invocation
This allows changed formulae in taps to be tested in the proper order. See #738 for more details.
This commit is contained in:
parent
7ddd3977d8
commit
bcdd20a165
@ -753,7 +753,7 @@ module Homebrew
|
||||
changed_formulae_dependents = {}
|
||||
|
||||
@formulae.each do |formula|
|
||||
formula_dependencies = Utils.popen_read("brew", "deps", "--include-build", formula).split("\n")
|
||||
formula_dependencies = Utils.popen_read("brew", "deps", "--full-name", "--include-build", formula).split("\n")
|
||||
unchanged_dependencies = formula_dependencies - @formulae
|
||||
changed_dependences = formula_dependencies - unchanged_dependencies
|
||||
changed_dependences.each do |changed_formula|
|
||||
|
Loading…
x
Reference in New Issue
Block a user