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:51:26 +02:00
parent 5063e53730
commit ccdca32f39

View File

@ -287,7 +287,7 @@ TestStats TestTool::processPath(
_testCaseCreator, _testCaseCreator,
_options, _options,
fullpath, fullpath,
currentPath.string() currentPath.generic_path().string()
); );
auto result = testTool.process(); auto result = testTool.process();