Skip to content

Commit

Permalink
Merge pull request #1217 from Homebrew/fix-dependent-testing-formulae
Browse files Browse the repository at this point in the history
formulae_dependents: remove incompatible formulae from `@dependent_testing_formulae`
  • Loading branch information
carlocab committed Sep 14, 2024
2 parents ca106a6 + 7362ac4 commit cf79462
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tests/formulae_dependents.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def run!(args:)
@tested_dependents_list = Pathname("tested-dependents-#{Utils::Bottles.tag}.txt")

@dependent_testing_formulae = sorted_formulae - skipped_or_failed_formulae
unneeded_formulae = @tested_formulae - @testing_formulae
@dependent_testing_formulae -= unneeded_formulae

install_formulae_if_needed_from_bottles!(args:)

Expand Down

0 comments on commit cf79462

Please sign in to comment.