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:
parent
fbf10ed5b3
commit
88ee375dd6
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue