mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RegTestRunner : remove test generated folder
This commit is contained in:
parent
0c6df7d6a8
commit
5054a01dbe
@ -216,6 +216,12 @@ void RiaRegressionTestRunner::runRegressionTest(const QString& testRootPath, con
|
||||
QFileInfoList commandFileEntries = testCaseFolder.entryInfoList(filterList);
|
||||
if (!commandFileEntries.empty())
|
||||
{
|
||||
{
|
||||
QString generatedFilesFolderName = testCaseFolder.filePath(RegTestNames::generatedFilesFolderName);
|
||||
QDir genDir(generatedFilesFolderName);
|
||||
removeDirectoryWithContent(genDir);
|
||||
}
|
||||
|
||||
QString currentApplicationPath = QDir::current().absolutePath();
|
||||
|
||||
// Set current path to the folder containing the command file, as this is required when using file references
|
||||
|
Loading…
Reference in New Issue
Block a user