[Groonga-commit] droonga/drntest at a248e8d [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 25 17:24:09 JST 2013


YUKI Hiroshi	2013-11-25 17:24:09 +0900 (Mon, 25 Nov 2013)

  New Revision: a248e8d7dfb2f9270978df61f48151986a2d36c3
  https://github.com/droonga/drntest/commit/a248e8d7dfb2f9270978df61f48151986a2d36c3

  Message:
    Fix typo
    
    catalog =>
    config

  Modified files:
    lib/drntest/test-runner.rb

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-25 17:14:48 +0900 (1899cd7)
+++ lib/drntest/test-runner.rb    2013-11-25 17:24:09 +0900 (faf7a12)
@@ -65,7 +65,7 @@ module Drntest
     private
     def prepare
       options = load_options
-      self.catalog_file = Pathname(options[:CONFIG]) if options[:CONFIG]
+      self.config_file = Pathname(options[:CONFIG]) if options[:CONFIG]
       self.catalog_file = Pathname(options[:CATALOG]) if options[:CATALOG]
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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