summaryrefslogtreecommitdiff
path: root/tool/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-07 21:00:31 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-11 08:48:03 +0900
commit48933a34095b7565196c1b78d9644b44cef8f602 (patch)
tree64f00658af9b288bcb72b6f3ef4ace932f8aad6e /tool/lib
parente4b5ac9b9a6c701735e1e1787d2e2ddf4a970c8d (diff)
Added default test-class for parallel tests
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4813
Diffstat (limited to 'tool/lib')
-rw-r--r--tool/lib/test/unit/testcase.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/lib/test/unit/testcase.rb b/tool/lib/test/unit/testcase.rb
index cbcfb4358c..61877803de 100644
--- a/tool/lib/test/unit/testcase.rb
+++ b/tool/lib/test/unit/testcase.rb
@@ -242,6 +242,7 @@ module Test
def self.reset # :nodoc:
@@test_suites = {}
+ @@test_suites[self] = true
end
reset