[Groonga-commit] droonga/drntest at 6968b4c [master] Ignore unspecified options

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 25 17:42:53 JST 2013


YUKI Hiroshi	2013-11-25 17:42:53 +0900 (Mon, 25 Nov 2013)

  New Revision: 6968b4c646935f510ea1ec0299fac0733b575fb2
  https://github.com/droonga/drntest/commit/6968b4c646935f510ea1ec0299fac0733b575fb2

  Message:
    Ignore unspecified options

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

  Modified: lib/drntest/test-runner.rb (+2 -2)
===================================================================
--- lib/drntest/test-runner.rb    2013-11-25 17:41:57 +0900 (3f21cba)
+++ lib/drntest/test-runner.rb    2013-11-25 17:42:53 +0900 (ce8b05a)
@@ -64,8 +64,8 @@ module Drntest
 
     private
     def prepare
-      self.config_file = tester.config
-      self.catalog_file = tester.catalog
+      self.config_file = tester.config if tester.config
+      self.catalog_file = tester.catalog if tester.catalog
 
       options = load_options
       self.config_file = Pathname(options[:config]) if options[:config]
-------------- next part --------------
HTML����������������������������...
Download 



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