isoltest: Fixes matching tests on platforms that don't use forward slahes as path separators.

This commit is contained in:
Christian Parpart
2019-09-11 12:53:20 +02:00
parent 5063e53730
commit ccdca32f39
+1 -1
View File
@@ -287,7 +287,7 @@ TestStats TestTool::processPath(
_testCaseCreator,
_options,
fullpath,
currentPath.string()
currentPath.generic_path().string()
);
auto result = testTool.process();