For example if a test case has name test, the log will be saved to str_test.log, so it doesn't conflict with test.log expect to contains all test results.
What about this ? Could it bump into conflict too?
I believe not, I unless some script executed by the role also creates the log there. But then I think it is a problem of the script and not the role. I'd not be comfortable renaming file that is not created by the role.
ack
Commit e609ed32 fixes this pull-request
Pull-Request has been merged by astepano
For example if a test case has name test, the log will be saved to str_test.log, so it doesn't conflict with test.log expect to contains all test results.