[Groonga-commit] groonga/groonga-query-log at 3fa5737 [master] replay: use only #run as the public API

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 20 11:08:24 JST 2013


Kouhei Sutou	2013-09-20 11:08:24 +0900 (Fri, 20 Sep 2013)

  New Revision: 3fa573710316790507362596553747246cbd07de
  https://github.com/groonga/groonga-query-log/commit/3fa573710316790507362596553747246cbd07de

  Message:
    replay: use only #run as the public API

  Modified files:
    bin/groonga-query-log-replay

  Modified: bin/groonga-query-log-replay (+1 -2)
===================================================================
--- bin/groonga-query-log-replay    2013-09-18 10:12:38 +0900 (18baf07)
+++ bin/groonga-query-log-replay    2013-09-20 11:08:24 +0900 (2d036f6)
@@ -22,5 +22,4 @@ require "groonga/query-log/command/replay"
 Thread.abort_on_exception = true
 
 replay_command = Groonga::QueryLog::Command::Replay.new
-replay_command.parse_command_line_options(ARGV)
-replay_command.run(ARGF)
+replay_command.run(*ARGV)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index