[Groonga-commit] groonga/grntest [master] Support leaked status

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 26 00:35:43 JST 2012


Kouhei Sutou	2012-09-26 00:35:43 +0900 (Wed, 26 Sep 2012)

  New Revision: 460a07eee5cb04999cc731135be375d9cff67391
  https://github.com/groonga/grntest/commit/460a07eee5cb04999cc731135be375d9cff67391

  Log:
    Support leaked status

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -0)
===================================================================
--- lib/grntest/tester.rb    2012-09-25 23:52:16 +0900 (b7d83be)
+++ lib/grntest/tester.rb    2012-09-26 00:35:43 +0900 (de1df9f)
@@ -1726,6 +1726,8 @@ EOF
         else
           if result.n_failed_tests > 0
             :failure
+          elsif result.n_leaked_tests > 0
+            :leaked
           elsif result.n_not_checked_tests > 0
             :not_checked
           else
-------------- next part --------------
HTML����������������������������...
다운로드 



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