[Groonga-commit] groonga/grntest [master] Add missing (...)

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 25 23:52:16 JST 2012


Kouhei Sutou	2012-09-25 23:52:16 +0900 (Tue, 25 Sep 2012)

  New Revision: 624eabf7c0a76883aafc93956852501da7ff7e93
  https://github.com/groonga/grntest/commit/624eabf7c0a76883aafc93956852501da7ff7e93

  Log:
    Add missing (...)

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+1 -1)
===================================================================
--- lib/grntest/tester.rb    2012-09-25 23:08:40 +0900 (dc79830)
+++ lib/grntest/tester.rb    2012-09-25 23:52:16 +0900 (b7d83be)
@@ -1105,7 +1105,7 @@ EOF
         context.log.each_line do |line|
           timestamp, log_level, message = line.split(/\|\s*/, 3)
           _ = timestamp # suppress warning
-          next unless /^grn_fin \(\d+\)$/ =~ message
+          next unless /^grn_fin \((\d+)\)$/ =~ message
           n_leaked_objects = $1.to_i
           next if n_leaked_objects.zero?
           context.result << [:n_leaked_objects, n_leaked_objects, {}]
-------------- next part --------------
HTML����������������������������...
Descargar 



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