[Groonga-commit] droonga/drntest at 31715b4 [master] Refer instance variables

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 27 13:24:34 JST 2013


YUKI Hiroshi	2013-11-27 13:24:34 +0900 (Wed, 27 Nov 2013)

  New Revision: 31715b419d64c133cce4f1a4b559a2b1d08cf5f3
  https://github.com/droonga/drntest/commit/31715b419d64c133cce4f1a4b559a2b1d08cf5f3

  Message:
    Refer instance variables

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

  Modified: lib/drntest/test-runner.rb (+2 -2)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-27 13:18:12 +0900 (60a43de)
+++ lib/drntest/test-runner.rb    2013-11-27 13:24:34 +0900 (1e6f379)
@@ -44,7 +44,7 @@ module Drntest
     end
 
     def config_dir
-      (base_path + "config") +****@owner*****
+      (@base_path + "config") +****@owner*****
     end
 
     def config_file
@@ -212,7 +212,7 @@ module Drntest
             directive = Directive.new(line)
             if directive.type == :include
               included = resolve_relative_path(directive.value,
-                                               options[:base_path] || base_path)
+                                               options[:base_path] || @base_path)
               included_jsons = load_jsons(included)
               json_objects += included_jsons
             else
-------------- next part --------------
HTML����������������������������...
Download 



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