[Groonga-commit] groonga/grntest at e480338 [master] marker reporter: show marker for readability

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 25 17:31:51 JST 2014


Kouhei Sutou	2014-10-25 17:31:51 +0900 (Sat, 25 Oct 2014)

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

  Message:
    marker reporter: show marker for readability

  Modified files:
    lib/grntest/reporters/mark-reporter.rb

  Modified: lib/grntest/reporters/mark-reporter.rb (+5 -1)
===================================================================
--- lib/grntest/reporters/mark-reporter.rb    2014-10-25 17:28:47 +0900 (3d1901c)
+++ lib/grntest/reporters/mark-reporter.rb    2014-10-25 17:31:51 +0900 (8b735a0)
@@ -56,7 +56,11 @@ module Grntest
           report_test_result_mark("L(#{result.n_leaked_objects})", result)
           puts
           report_test(worker, result)
-          report_actual(result) unless result.checked?
+          if result.checked?
+            report_actual(result)
+          else
+            report_marker(result)
+          end
         end
       end
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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