[Groonga-commit] droonga/droonga-engine at 489b402 [master] travis: add a debug print

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue May 27 18:40:48 JST 2014


Kouhei Sutou	2014-05-27 18:40:48 +0900 (Tue, 27 May 2014)

  New Revision: 489b402d97dc2ab2f407352a20ddfaade1e8fc40
  https://github.com/droonga/droonga-engine/commit/489b402d97dc2ab2f407352a20ddfaade1e8fc40

  Message:
    travis: add a debug print

  Modified files:
    lib/droonga/catalog/version1.rb

  Modified: lib/droonga/catalog/version1.rb (+2 -1)
===================================================================
--- lib/droonga/catalog/version1.rb    2014-05-27 18:16:28 +0900 (5047b11)
+++ lib/droonga/catalog/version1.rb    2014-05-27 18:40:48 +0900 (b3d9d5d)
@@ -367,8 +367,9 @@ module Droonga
                   unless partition =~ valid_farms_matcher
                     raise UnknownFarmForPartition.new(name, partition, @path)
                   end
+                  directory_name = $POSTMATCH
+                  p [valid_farms_matcher, partition, directory_name]
                   do_validation do
-                    directory_name = $POSTMATCH
                     if directory_name.nil? or directory_name.empty?
                       message = "\"#{partition}\" has no database name. " +
                                   "You mus specify a database name for \"#{name}\"."
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る