QD-12034 Added new ProblemsFound aggregator statistic

(cherry picked from commit 5e5d6f77579bc4a9e9d91dba6d792fe08a4cc667)

IJ-CR-168618

GitOrigin-RevId: efa93c044ffdce586792336b995f314b9c88e0e4
This commit is contained in:
Jakub Andrzejewski
2025-07-08 13:41:26 +02:00
committed by intellij-monorepo-bot
parent 06049534e2
commit 80c08ad92e

View File

@@ -32,6 +32,7 @@ object HeavyTestHelper {
if (rootPath != null) {
val vDir1 = LocalFileSystem.getInstance().refreshAndFindFileByPath(rootPath.replace(File.separatorChar, '/'))
?: throw Exception("$rootPath not found")
vDir1.refresh(false, true)
VfsUtil.copyDirectory(null, vDir1, virtualDir, null)
}
if (addProjectRoots) {