1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Revert "Add debug option to check ci failures on solaris"

This reverts commit f289e3994b.
This commit is contained in:
Kazuhiro NISHIYAMA 2019-12-05 09:43:45 +09:00
parent fbf10ed5b3
commit 88ee375dd6
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -11,9 +11,6 @@ class DRbService
@@ruby << "-d" if $DEBUG
def self.add_service_command(nm)
dir = File.dirname(File.expand_path(__FILE__))
if /ssl/ =~ nm && RUBY_PLATFORM =~ /solaris/i
@@ruby[1..-1] = "-dv"
end
DRb::ExtServManager.command[nm] = @@ruby + ["#{dir}/#{nm}"]
end