bin/proxy_tester in proxy_tester-0.1.8 vs bin/proxy_tester in proxy_tester-0.1.10

- old
+ new

@@ -2,21 +2,21 @@ $LOAD_PATH << ::File.expand_path('../lib', __FILE__) require 'proxy_tester' -begin +#begin ProxyTester::Cli::Main.start -rescue StandardError => e - ProxyTester::Actions::HandleError.new(e).run -rescue Interrupt => e - ProxyTester::Actions::HandleError.new(e).run -rescue SignalException => e - exception = case e.signm - when 'SIGTERM' - ProxyTester::Exceptions::SIGTERM.new(e.message) - else - e - end - - ProxyTester::Actions::HandleError.new(exception).run -end +#rescue StandardError => e +# ProxyTester::Actions::HandleError.new(e).run +#rescue Interrupt => e +# ProxyTester::Actions::HandleError.new(e).run +#rescue SignalException => e +# exception = case e.signm +# when 'SIGTERM' +# ProxyTester::Exceptions::SIGTERM.new(e.message) +# else +# e +# end +# +# ProxyTester::Actions::HandleError.new(exception).run +#end