[Groonga-commit] groonga/grntest at a379e75 [master] Fix pattern...

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Apr 26 17:02:47 JST 2016


Kouhei Sutou	2016-04-26 17:02:47 +0900 (Tue, 26 Apr 2016)

  New Revision: a379e75cc66b9250de30735cc9103598b91a1bd4
  https://github.com/groonga/grntest/commit/a379e75cc66b9250de30735cc9103598b91a1bd4

  Message:
    Fix pattern...

  Modified files:
    lib/grntest/executors/base-executor.rb

  Modified: lib/grntest/executors/base-executor.rb (+1 -1)
===================================================================
--- lib/grntest/executors/base-executor.rb    2016-04-26 16:46:26 +0900 (795165b)
+++ lib/grntest/executors/base-executor.rb    2016-04-26 17:02:47 +0900 (345fe0c)
@@ -394,7 +394,7 @@ module Grntest
         case message
         when /\A\//
           true
-        when /\[a-zA-Z]:\//
+        when /\A[a-zA-Z]:\//
           true
         when /\Agroonga\(\) \[0x[\da-f]+\]\z/
           true
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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