internally convert --xml option to absolute path.

This commit is contained in:
Johan Holmberg 2015-01-18 00:43:03 +01:00
parent 151bf74753
commit 5a663b92bf

View File

@ -436,7 +436,7 @@ module Cmdtest
when opt =~ /^--fast$/
@fast = true
when opt =~ /^--xml=(.+)$/
@xml = $1
@xml = File.expand_path($1)
when opt =~ /^--no-exit-code$/
@set_exit_code = false
when opt =~ /^--ruby_s$/