[Groonga-commit] groonga/groonga-query-log at 995f86c [master] Use old -> new order

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon Apr 24 10:06:15 JST 2017


Kouhei Sutou	2017-04-24 10:06:15 +0900 (Mon, 24 Apr 2017)

  New Revision: 995f86c70774671253c2c0414c1fa6cce9240cf0
  https://github.com/groonga/groonga-query-log/commit/995f86c70774671253c2c0414c1fa6cce9240cf0

  Message:
    Use old -> new order
    
    Because other codes did so.

  Modified files:
    lib/groonga/query-log/command/run-regression-test.rb

  Modified: lib/groonga/query-log/command/run-regression-test.rb (+1 -1)
===================================================================
--- lib/groonga/query-log/command/run-regression-test.rb    2017-04-24 10:04:22 +0900 (88fd203)
+++ lib/groonga/query-log/command/run-regression-test.rb    2017-04-24 10:06:15 +0900 (2bd05a3)
@@ -409,7 +409,7 @@ module Groonga
             ]
             command_line << "--no-care-order" if @options[:care_order] == false
             command_line << query_log_path.to_s
-            if****@new*****_persistent_cache? or****@old*****_persistent_cache?
+            if****@old*****_persistent_cache? or****@new*****_persistent_cache?
               command_line << "--verify-cache"
             end
             verify_server = VerifyServer.new
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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