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
commit b3b8990597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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