[Groonga-commit] groonga/grntest at da547c2 [master] Suppress "thread end" log message

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 27 11:41:01 JST 2017


Kouhei Sutou	2017-03-27 11:41:01 +0900 (Mon, 27 Mar 2017)

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

  Message:
    Suppress "thread end" log message

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

  Modified: lib/grntest/executors/base-executor.rb (+2 -0)
===================================================================
--- lib/grntest/executors/base-executor.rb    2017-03-27 11:25:13 +0900 (1c84e5b)
+++ lib/grntest/executors/base-executor.rb    2017-03-27 11:41:01 +0900 (31cba75)
@@ -480,6 +480,8 @@ module Grntest
         case message
         when /\Athread start/
           true
+        when /\Athread end/
+          true
         else
           false
         end
-------------- next part --------------
HTML����������������������������...
Download 



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