[Groonga-commit] groonga/grntest [master] Add omitted status

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 21 12:34:38 JST 2012


Kouhei Sutou	2012-11-21 12:34:38 +0900 (Wed, 21 Nov 2012)

  New Revision: 0c786ac3a4374903c30fa7529659c6a01686eea0
  https://github.com/groonga/grntest/commit/0c786ac3a4374903c30fa7529659c6a01686eea0

  Log:
    Add omitted status

  Modified files:
    lib/grntest/tester.rb

  Modified: lib/grntest/tester.rb (+2 -0)
===================================================================
--- lib/grntest/tester.rb    2012-11-21 12:34:28 +0900 (b02390b)
+++ lib/grntest/tester.rb    2012-11-21 12:34:38 +0900 (28c633b)
@@ -1954,6 +1954,8 @@ EOF
             :failure
           elsif result.n_leaked_tests > 0
             :leaked
+          elsif result.n_omitted_tests > 0
+            :omitted
           elsif result.n_not_checked_tests > 0
             :not_checked
           else
-------------- next part --------------
HTML����������������������������...
Descargar 



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