Skip to content

Commit

Permalink
Merge pull request #2598 from AriaXLi/maint/fix-beaker-minitest
Browse files Browse the repository at this point in the history
(maint) Temporary fix for Minitest capitalization
  • Loading branch information
AriaXLi authored Jul 27, 2023
2 parents 0ca9786 + 4809fdc commit 74defdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/presuite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ def run(command, dir = './', env = {})
output
end

# temporary workaround for change in minitest: https://github.com/minitest/minitest/commit/a2c6c18570f6f0a1bf6af70fe3b6d9599a13fdd6
ENV['DEBIAN_DISABLE_RUBYGEMS_INTEGRATION'] = 'no_warnings'
ENV['MT_COMPAT'] = 'true'
if_no_env_vars_set_defaults
ACCEPTANCE_PATH = File.join(ENV['FACTER_ROOT'], 'acceptance')
HOST_PLATFORM = ARGV[0]
Expand Down

0 comments on commit 74defdf

Please sign in to comment.