mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 09:12:22 +07:00
QD-12034 Added new ProblemsFound aggregator statistic
(cherry picked from commit 5e5d6f77579bc4a9e9d91dba6d792fe08a4cc667) IJ-CR-168618 GitOrigin-RevId: efa93c044ffdce586792336b995f314b9c88e0e4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
06049534e2
commit
80c08ad92e
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user