Preserve app env in FP tests to benefit from FastJarFS caching

This commit is contained in:
Ilya Chernikov
2022-10-06 17:19:05 +02:00
committed by Space Team
parent 7d5257c258
commit 942def5828
@@ -270,6 +270,7 @@ abstract class AbstractFullPipelineModularizedTest : AbstractModularizedTest() {
val services = Services.Builder().register(CommonCompilerPerformanceManager::class.java, manager).build()
val collector = TestMessageCollector()
val result = try {
CompilerSystemProperties.KOTLIN_COMPILER_ENVIRONMENT_KEEPALIVE_PROPERTY.value = "true"
compiler.exec(collector, services, args)
} catch (e: Exception) {
e.printStackTrace()