Preserve app env in FP tests to benefit from FastJarFS caching
This commit is contained in:
committed by
Space Team
parent
7d5257c258
commit
942def5828
+1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user