Revert "Add debug option to check ci failures on solaris"
This reverts commit f289e3994bbc6560e2e4e5905b52c35c829c972d.
This commit is contained in:
parent
fbf10ed5b3
commit
88ee375dd6
@ -11,9 +11,6 @@ class DRbService
|
|||||||
@@ruby << "-d" if $DEBUG
|
@@ruby << "-d" if $DEBUG
|
||||||
def self.add_service_command(nm)
|
def self.add_service_command(nm)
|
||||||
dir = File.dirname(File.expand_path(__FILE__))
|
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}"]
|
DRb::ExtServManager.command[nm] = @@ruby + ["#{dir}/#{nm}"]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user