diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-05-11 20:24:43 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-05-12 17:24:43 +0900 |
commit | 32d25660b9935a04f33a7e7635b571260d634caf (patch) | |
tree | 41d838739ac0f61a169178b0caecc1c63186531c /lib/rubygems | |
parent | 9620a30b1b327faef9740e39967fa13da8bed42e (diff) |
[rubygems/rubygems] Removed the related code for minitest-bisect
https://github.com/rubygems/rubygems/commit/83ebdec27a
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4491
Diffstat (limited to 'lib/rubygems')
-rw-r--r-- | lib/rubygems/test_case.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rubygems/test_case.rb b/lib/rubygems/test_case.rb index 35e9b82ce7..f7200690ea 100644 --- a/lib/rubygems/test_case.rb +++ b/lib/rubygems/test_case.rb @@ -32,15 +32,6 @@ else require 'bundler' end -# Enable server plugin needed for bisection -if ENV["RG_BISECT_SERVER_PLUGIN"] - require ENV["RG_BISECT_SERVER_PLUGIN"] - - Minitest.extensions << "server" -end - -ENV["MT_NO_PLUGINS"] = "true" - require 'test/unit' ENV["JARS_SKIP"] = "true" if Gem.java_platform? # avoid unnecessary and noisy `jar-dependencies` post install hook |