mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
commit
b3b8990597
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user