YUKI Hiroshi
null+****@clear*****
Wed Nov 27 14:48:28 JST 2013
YUKI Hiroshi 2013-11-27 14:48:28 +0900 (Wed, 27 Nov 2013) New Revision: 17154b1570b4334bd53ee0d00f3676c0dec917c5 https://github.com/droonga/drntest/commit/17154b1570b4334bd53ee0d00f3676c0dec917c5 Message: Expand base path Modified files: lib/drntest/tester.rb Modified: lib/drntest/tester.rb (+1 -1) =================================================================== --- lib/drntest/tester.rb 2013-11-27 14:45:59 +0900 (8ec6bcd) +++ lib/drntest/tester.rb 2013-11-27 14:48:28 +0900 (567cda6) @@ -59,7 +59,7 @@ module Drntest parser.on("--base=PATH", "Path to the base directory including test suite, config and fixture", "(#{tester.base_path})") do |base_path| - tester.base_path = Pathname(base_path) + tester.base_path = Pathname(base_path).expand_path(File.dirname(__FILE__)) end parser.on("--config=NAME", -------------- next part -------------- HTML����������������������������...Download