[Groonga-commit] groonga/groonga [master] don't stop on error.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 1月 10日 (月) 20:11:10 JST


Kouhei Sutou	2011-01-10 11:11:10 +0000 (Mon, 10 Jan 2011)

  New Revision: 290639bbffcdc903639a547058a67527212b0860

  Log:
    don't stop on error.

  Modified files:
    tools/groonga-check-memory-leak.rb

  Modified: tools/groonga-check-memory-leak.rb (+2 -1)
===================================================================
--- tools/groonga-check-memory-leak.rb    2011-01-10 10:41:49 +0000 (0483354)
+++ tools/groonga-check-memory-leak.rb    2011-01-10 11:11:10 +0000 (4e4e10a)
@@ -70,7 +70,8 @@ command_files.each do |path|
         puts("result:")
         result.open
         puts(result.read)
-        exit(false)
+        next
+        # exit(false)
       end
       if options.show_result
         result.open




Groonga-commit メーリングリストの案内
Back to archive index