[Groonga-commit] droonga/drntest at 56c5c05 [master] Output actual results on "not checked" case

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 20 23:43:19 JST 2014


Kouhei Sutou	2014-03-20 23:43:19 +0900 (Thu, 20 Mar 2014)

  New Revision: 56c5c05d4b85fa065eeebdc96bb9b45b507ca9ca
  https://github.com/droonga/drntest/commit/56c5c05d4b85fa065eeebdc96bb9b45b507ca9ca

  Message:
    Output actual results on "not checked" case

  Modified files:
    lib/drntest/test-runner.rb

  Modified: lib/drntest/test-runner.rb (+1 -0)
===================================================================
--- lib/drntest/test-runner.rb    2014-03-20 23:42:17 +0900 (1d930ab)
+++ lib/drntest/test-runner.rb    2014-03-20 23:43:19 +0900 (651b9d9)
@@ -67,6 +67,7 @@ module Drntest
       when :not_checked
         puts "NOT CHECKED"
         save_actual_file(results.actuals)
+        output_results(results.actuals, $stdout)
       when :error
         puts "ERROR"
         output_errors(results.errors)
-------------- next part --------------
HTML����������������������������...
Download 



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