Merge pull request #7402 from ethereum/isoltest-win32-run-fix

isoltest: Fixes matching tests on platforms that don't use forward slahes as path separators.
This commit is contained in:
Erik K
2019-09-11 14:45:29 +02:00
committed by GitHub
+1 -1
View File
@@ -287,7 +287,7 @@ TestStats TestTool::processPath(
_testCaseCreator,
_options,
fullpath,
currentPath.string()
currentPath.generic_path().string()
);
auto result = testTool.process();