[Groonga-commit] droonga/drntest at 11b2e76 [master] Define "detault" as the name of default configuration

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 27 13:17:02 JST 2013


YUKI Hiroshi	2013-11-27 13:17:02 +0900 (Wed, 27 Nov 2013)

  New Revision: 11b2e7616327c33c50728873d0cffc221155cbcd
  https://github.com/droonga/drntest/commit/11b2e7616327c33c50728873d0cffc221155cbcd

  Message:
    Define "detault" as the name of default configuration

  Modified files:
    lib/drntest/tester.rb

  Modified: lib/drntest/tester.rb (+3 -2)
===================================================================
--- lib/drntest/tester.rb    2013-11-27 13:15:38 +0900 (6868584)
+++ lib/drntest/tester.rb    2013-11-27 13:17:02 +0900 (a1c738d)
@@ -63,7 +63,8 @@ module Drntest
         end
 
         parser.on("--config=NAME",
-                  "Name of the configuration directory for Droonga engine") do |config|
+                  "Name of the configuration directory for Droonga engine",
+                  "(#{tester.config})") do |config|
           tester.config = config
         end
 
@@ -99,7 +100,7 @@ module Drntest
       @host = "localhost"
       @tag  = "droonga"
       @base_path = Pathname(File.dirname(__FILE__))
-      @config  = nil
+      @config  = "default"
       @fluentd = "fluentd"
       @fluentd_options = []
       @pattern = nil
-------------- next part --------------
HTML����������������������������...
Download 



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