[Groonga-commit] groonga/grntest at ba26864 [master] Support no timestamp log case

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 19 14:03:28 JST 2017


Kouhei Sutou	2017-01-19 14:03:28 +0900 (Thu, 19 Jan 2017)

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

  Message:
    Support no timestamp log case

  Modified files:
    lib/grntest/log-parser.rb

  Modified: lib/grntest/log-parser.rb (+1 -0)
===================================================================
--- lib/grntest/log-parser.rb    2017-01-18 13:40:58 +0900 (7601283)
+++ lib/grntest/log-parser.rb    2017-01-19 14:03:28 +0900 (861ce72)
@@ -38,6 +38,7 @@ module Grntest
           log_level = $2
           message = $POSTMATCH
         else
+          message ||= ""
           message << line
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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