[Groonga-commit] groonga/groonga-query-log at 3f171be [master] Follow variable name change

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 16 14:10:34 JST 2016


Kouhei Sutou	2016-02-16 14:10:34 +0900 (Tue, 16 Feb 2016)

  New Revision: 3f171be5ce283a395f765407a961c143f6867d40
  https://github.com/groonga/groonga-query-log/commit/3f171be5ce283a395f765407a961c143f6867d40

  Message:
    Follow variable name change

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

  Modified: lib/groonga/query-log/command/format-regression-test-logs.rb (+2 -2)
===================================================================
--- lib/groonga/query-log/command/format-regression-test-logs.rb    2016-02-02 17:03:25 +0900 (5143e98)
+++ lib/groonga/query-log/command/format-regression-test-logs.rb    2016-02-16 14:10:34 +0900 (669def0)
@@ -92,7 +92,7 @@ module Groonga
           rescue JSON::ParserError
             puts(command)
             puts("failed to parse old response: #{$!.message}")
-            puts(response1)
+            puts(response_old)
             valid = false
           end
 
@@ -101,7 +101,7 @@ module Groonga
           rescue JSON::ParserError
             puts(command)
             puts("failed to parse new response: #{$!.message}")
-            puts(response2)
+            puts(response_new)
             valid = false
           end
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index