[Groonga-commit] groonga/grntest at f0d47c4 [master] Add a debug message

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jul 8 22:11:36 JST 2015


Kouhei Sutou	2015-07-08 22:11:36 +0900 (Wed, 08 Jul 2015)

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

  Message:
    Add a debug message
    
    It'll be reverted soon.

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

  Modified: lib/grntest/executors/base-executor.rb (+1 -0)
===================================================================
--- lib/grntest/executors/base-executor.rb    2015-07-08 16:34:18 +0900 (792c049)
+++ lib/grntest/executors/base-executor.rb    2015-07-08 22:11:36 +0900 (72040f8)
@@ -297,6 +297,7 @@ module Grntest
         important_messages = []
         parser = LogParser.new
         parser.parse(log) do |entry|
+          p entry
           next unless important_log_level?(entry.log_level)
           next if backtrace_log_message?(entry.message)
           important_messages << "\#|#{entry.log_level}| #{entry.message}"
-------------- next part --------------
HTML����������������������������...
Download 



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