From ccdca32f39fa6cabe4fec12abf65a016e977c4e4 Mon Sep 17 00:00:00 2001 From: Christian Parpart Date: Wed, 11 Sep 2019 12:51:26 +0200 Subject: [PATCH] isoltest: Fixes matching tests on platforms that don't use forward slahes as path separators. --- test/tools/isoltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/isoltest.cpp b/test/tools/isoltest.cpp index aa3877695..9e142079f 100644 --- a/test/tools/isoltest.cpp +++ b/test/tools/isoltest.cpp @@ -287,7 +287,7 @@ TestStats TestTool::processPath( _testCaseCreator, _options, fullpath, - currentPath.string() + currentPath.generic_path().string() ); auto result = testTool.process();