[Groonga-commit] groonga/grntest at 6b611cb [master] Output actual file even leaked

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 15 15:47:31 JST 2016


Kouhei Sutou	2016-08-15 15:47:31 +0900 (Mon, 15 Aug 2016)

  New Revision: 6b611cb7a8a78ad818ec426f924c62777429994b
  https://github.com/groonga/grntest/commit/6b611cb7a8a78ad818ec426f924c62777429994b

  Message:
    Output actual file even leaked

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

  Modified: lib/grntest/test-runner.rb (+1 -0)
===================================================================
--- lib/grntest/test-runner.rb    2016-07-19 17:59:56 +0900 (4c159af)
+++ lib/grntest/test-runner.rb    2016-08-15 15:47:31 +0900 (2ab0ec8)
@@ -107,6 +107,7 @@ module Grntest
         succeeded = false
       when :leaked
         @worker.on_test_leak(result)
+        output_actual_file(result.actual) unless result.checked?
         succeeded = false
       when :omitted
         @worker.on_test_omission(result)
-------------- next part --------------
HTML����������������������������...
Download 



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