Add missing cache delete
This commit is contained in:
+1
@@ -113,6 +113,7 @@ namespace TestImpact
|
||||
else
|
||||
{
|
||||
// This job has no cache read policy so place in job queue
|
||||
DeleteFile(jobInfo->GetCache()->m_file);
|
||||
jobQueue.emplace_back(*jobInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user