Added prof_on_shutdown hooks to test plugins
This commit is contained in:
@@ -30,6 +30,10 @@ module RubyTest
|
||||
return message + "[RUBY]"
|
||||
end
|
||||
|
||||
def self.prof_on_shutdown()
|
||||
Prof::log_info("RubyTest: on_shutdown");
|
||||
end
|
||||
|
||||
def self.cmd_ruby()
|
||||
return Proc.new { | msg |
|
||||
if msg
|
||||
|
||||
Reference in New Issue
Block a user