[Groonga-commit] droonga/drntest at 710c2d3 [master] Use config specific expected result correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jun 3 12:10:53 JST 2015


YUKI Hiroshi	2015-06-03 12:10:53 +0900 (Wed, 03 Jun 2015)

  New Revision: 710c2d326f5c8b424ddead09b0dca94b5b0abbbf
  https://github.com/droonga/drntest/commit/710c2d326f5c8b424ddead09b0dca94b5b0abbbf

  Message:
    Use config specific expected result correctly

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

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2015-06-03 12:05:33 +0900 (9d1eec4)
+++ lib/drntest/test-runner.rb    2015-06-03 12:10:53 +0900 (19e5412)
@@ -103,7 +103,7 @@ module Drntest
     end
 
     def expected_path
-      expected_for_config = @target_base_path.sub_ext(".expected#{@target_suffix}")
+      expected_for_config = @target_base_path.sub_ext(".expected.#{@config.engine_config}")
       if expected_for_config.exist?
         return expected_for_config
       end
-------------- next part --------------
HTML����������������������������...
Download 



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