The test suite tries to create a log file name by taking the path of an executable and replacing slashes. This ignores the fact that it might contain a : on windows, which is an invalid filename character, and also doesn't use a platform-agnostic path separator.
Details
Details
Diff Detail
Diff Detail