Fix problem with network paths

This commit is contained in:
Andy Cedilnik 2003-03-20 11:27:09 -05:00
parent 4e88020581
commit aabd048825
1 changed files with 1 additions and 0 deletions

View File

@ -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 );