Skip to content

Commit

Permalink
Revert "(maint) Temporary fix for Minitest capitalization"
Browse files Browse the repository at this point in the history
This commit reverts 4809fdc because beaker 5.3.1 and 4.40.2 were
released with the Minitest fix.
  • Loading branch information
AriaXLi committed Jul 27, 2023
1 parent a3236ae commit 095d880
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/presuite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,7 @@ 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 095d880

Please sign in to comment.