mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Make detection of path to diff2html more robust
This commit is contained in:
parent
ade893099f
commit
d1b48898a9
@ -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;
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user