[Groonga-commit] droonga/drntest at 97cf2fe [master] Expand target path to enable relative_path_from suite path

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 24 15:33:02 JST 2014


Kouhei Sutou	2014-04-24 15:33:02 +0900 (Thu, 24 Apr 2014)

  New Revision: 97cf2fef5435d0ba3d9ca9efa838afdbdfe6bd52
  https://github.com/droonga/drntest/commit/97cf2fef5435d0ba3d9ca9efa838afdbdfe6bd52

  Message:
    Expand target path to enable relative_path_from suite path

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

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2014-04-24 13:47:16 +0900 (0ae8f94)
+++ lib/drntest/test-runner.rb    2014-04-24 15:33:02 +0900 (d01b322)
@@ -29,7 +29,7 @@ module Drntest
   class TestRunner
     def initialize(config, target)
       @config = config
-      @target_path = Pathname(target)
+      @target_path = Pathname(target).expand_path
       @engine = Engine.new(@config)
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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