System : Make detection of path to diff2html more robust

This commit is contained in:
Magne Sjaastad 2018-10-12 09:03:51 +02:00
parent ade893099f
commit d1b48898a9

View File

@ -548,9 +548,9 @@ QString RiaRegressionTestRunner::diff2htmlHeaderText(const QString& testRootPath
QString path;
for (const auto& f : pathFolders)
{
if (f.compare("ProjectFiles", Qt::CaseInsensitive) == 0) break;
path += f;
path += "/";
if (f == "ResInsight-regression-test") break;
}
{