[Groonga-commit] groonga/groonga-query-log at d0ec559 [master] server-verifier: fix a bug that failure execute test when there is no "--rewrite-not-or-regular-expression" option

アーカイブの一覧に戻る
Yasuhiro Horimoto null+****@clear*****
Wed May 22 14:37:07 JST 2019


Yasuhiro Horimoto	2019-05-22 14:37:07 +0900 (Wed, 22 May 2019)

  Revision: d0ec559b073c64e9b02092e89391d26e1b1178a5
  https://github.com/groonga/groonga-query-log/commit/d0ec559b073c64e9b02092e89391d26e1b1178a5

  Message:
    server-verifier: fix a bug that failure execute test when there is no "--rewrite-not-or-regular-expression" option

  Modified files:
    lib/groonga-query-log/server-verifier.rb

  Modified: lib/groonga-query-log/server-verifier.rb (+1 -1)
===================================================================
--- lib/groonga-query-log/server-verifier.rb    2019-05-13 17:59:29 +0900 (eb4e613)
+++ lib/groonga-query-log/server-verifier.rb    2019-05-22 14:37:07 +0900 (bc97287)
@@ -333,7 +333,7 @@ module GroongaQueryLog
         rewrite_vector_equal? or
           rewrite_vector_not_equal_empty_string? or
           rewrite_nullable_reference_number? or
-          rewrite_not_or_regular_expression
+          rewrite_not_or_regular_expression?
       end
 
       def to_filter_rewriter_options
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190522/bff47238/attachment.html>


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