[Groonga-commit] groonga/grntest at 6745eac [master] Support #{base_directory} in variable

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Jun 1 15:13:51 JST 2016


Kouhei Sutou	2016-06-01 15:13:51 +0900 (Wed, 01 Jun 2016)

  New Revision: 6745eacec4946f97786b98f46cf5e3b2adfbcb29
  https://github.com/groonga/grntest/commit/6745eacec4946f97786b98f46cf5e3b2adfbcb29

  Message:
    Support #{base_directory} in variable

  Modified files:
    lib/grntest/variable-expander.rb

  Modified: lib/grntest/variable-expander.rb (+2 -0)
===================================================================
--- lib/grntest/variable-expander.rb    2016-06-01 15:04:30 +0900 (afc9846)
+++ lib/grntest/variable-expander.rb    2016-06-01 15:13:51 +0900 (ec1db74)
@@ -24,6 +24,8 @@ module Grntest
         case $1
         when "db_path"
           @context.db_path.to_s
+        when "base_directory"
+          @context.base_directory.to_s
         else
           matched
         end
-------------- next part --------------
HTML����������������������������...
Download 



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