Skip to content

Commit

Permalink
Merge pull request #2599 from AriaXLi/maint/fix-beaker-minitest
Browse files Browse the repository at this point in the history
Revert "(maint) Temporary fix for Minitest capitalization"
  • Loading branch information
joshcooper authored Aug 4, 2023
2 parents 65a01b9 + 095d880 commit af7272b
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 af7272b

Please sign in to comment.