Navigation Menu

Skip to content

Commit

Permalink
Expand target path to enable relative_path_from suite path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 24, 2014
1 parent 99c5c16 commit 97cf2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/drntest/test-runner.rb
Expand Up @@ -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

Expand Down

0 comments on commit 97cf2fe

Please sign in to comment.