summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-11 20:24:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-12 17:24:43 +0900
commit32d25660b9935a04f33a7e7635b571260d634caf (patch)
tree41d838739ac0f61a169178b0caecc1c63186531c /lib/rubygems
parent9620a30b1b327faef9740e39967fa13da8bed42e (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.rb9
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