[Groonga-commit] groonga/grntest [master] Add missing to_s

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun Aug 12 00:23:17 JST 2012


Kouhei Sutou	2012-08-12 00:23:17 +0900 (Sun, 12 Aug 2012)

  New Revision: 96bd1c28ba807cfc495f4209b717de9c35ade0cc
  https://github.com/groonga/grntest/commit/96bd1c28ba807cfc495f4209b717de9c35ade0cc

  Log:
    Add missing to_s

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+1 -1)
===================================================================
--- lib/grntest/tester.rb    2012-08-12 00:03:01 +0900 (b234925)
+++ lib/grntest/tester.rb    2012-08-12 00:23:17 +0900 (3187fb0)
@@ -1134,7 +1134,7 @@ EOF
 
       def execute_suggest_create_dataset(dataset_name)
         command_line = [@context.groonga_suggest_create_dataset,
-                        @context.db_path,
+                        @context.db_path.to_s,
                         dataset_name]
         packed_command_line = command_line.join(" ")
         log_input("#{packed_command_line}\n")
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index