[Groonga-commit] droonga/drntest at 9718e05 [master] Support config specific tests with "XXX.test.config-name"

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Jun 3 11:46:27 JST 2015


YUKI Hiroshi	2015-06-03 11:46:27 +0900 (Wed, 03 Jun 2015)

  New Revision: 9718e0548b56a9f8213d8d6504323af09fa6bbc0
  https://github.com/droonga/drntest/commit/9718e0548b56a9f8213d8d6504323af09fa6bbc0

  Message:
    Support config specific tests with "XXX.test.config-name"

  Modified files:
    lib/drntest/tester.rb

  Modified: lib/drntest/tester.rb (+1 -0)
===================================================================
--- lib/drntest/tester.rb    2015-06-02 14:00:06 +0900 (efd36c2)
+++ lib/drntest/tester.rb    2015-06-03 11:46:27 +0900 (911eaab)
@@ -142,6 +142,7 @@ module Drntest
         next unless target_path.exist?
         if target_path.directory?
           tests += Pathname.glob(target_path + "**" + "*.test")
+          tests += Pathname.glob(target_path + "**" + "*.test.#{@config.engine_config}")
         else
           tests << target_path
         end
-------------- next part --------------
HTML����������������������������...
Download 



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