Navigation Menu

Skip to content

Commit

Permalink
Shorten printed path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 22, 2014
1 parent d9c90e4 commit d2282e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/drntest/test-runner.rb
Expand Up @@ -34,7 +34,8 @@ def initialize(config, target)
end

def run
print "#{@target_path}: "
relative_target_path = @target_path.relative_path_from(@config.suite_path)
print "#{relative_target_path}: "
@engine.start(@target_path)
begin
results = process_requests
Expand Down

0 comments on commit d2282e0

Please sign in to comment.