[Groonga-commit] droonga/drntest at 5e9f803 [master] Refer directive value correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 27 13:18:12 JST 2013


YUKI Hiroshi	2013-11-27 13:18:12 +0900 (Wed, 27 Nov 2013)

  New Revision: 5e9f803ae965324fcd45f625a637d12efaee65c0
  https://github.com/droonga/drntest/commit/5e9f803ae965324fcd45f625a637d12efaee65c0

  Message:
    Refer directive value correctly

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

  Modified: lib/drntest/test-runner.rb (+2 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-27 13:17:02 +0900 (337ff26)
+++ lib/drntest/test-runner.rb    2013-11-27 13:18:12 +0900 (60a43de)
@@ -211,7 +211,8 @@ module Drntest
           if Directive.directive?(line)
             directive = Directive.new(line)
             if directive.type == :include
-              included = resolve_relative_path(value, options[:base_path] || base_path)
+              included = resolve_relative_path(directive.value,
+                                               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