Fix problem with network paths
This commit is contained in:
parent
4e88020581
commit
aabd048825
|
@ -1695,6 +1695,7 @@ void cmCTest::ProcessDirectory(std::vector<std::string> &passed,
|
|||
{
|
||||
nwd = "." + nwd.substr(m_ToplevelPath.size(), nwd.npos);
|
||||
}
|
||||
cmSystemTools::ReplaceString(nwd, "\\", "/");
|
||||
cres.m_Path = nwd;
|
||||
cres.m_CompletionStatus = "Completed";
|
||||
m_TestResults.push_back( cres );
|
||||
|
|
Loading…
Reference in New Issue