Fixed report file location URL
This commit is contained in:
parent
cf879d30db
commit
a5ce6ab0ec
1 changed files with 2 additions and 1 deletions
|
@ -189,7 +189,8 @@ public class TestNgOperation extends TestOperation<TestNgOperation, List<String>
|
|||
}
|
||||
|
||||
if (LOGGER.isLoggable(Level.INFO)) {
|
||||
LOGGER.info(String.format("Report will be saved in file://%s", new File(options.get("-d"))));
|
||||
LOGGER.info(String.format("Report will be saved in file://%s",
|
||||
new File(options.get("-d")).toURI().getPath()));
|
||||
}
|
||||
|
||||
return args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue