mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add error to messages window if a requested regression test is not found.
This commit is contained in:
parent
0b0e60135c
commit
7dbffd0075
@ -2155,6 +2155,10 @@ void RiaApplication::runRegressionTest(const QString& testRootPath, QStringList*
|
||||
|
||||
logInfoTextWithTimeInSeconds(timeStamp, "Completed test :" + testCaseFolder.absolutePath());
|
||||
}
|
||||
else
|
||||
{
|
||||
RiaLogging::error("Could not find a regression test file named : " + testCaseFolder.absolutePath() + "/" + regTestProjectName + ".rsp");
|
||||
}
|
||||
}
|
||||
|
||||
RiaLogging::info("\n");
|
||||
|
Loading…
Reference in New Issue
Block a user