[Compiler tests] Remove -Dkotlin.ni flag from tests
This commit is contained in:
committed by
teamcity
parent
9beb279964
commit
0198eeeafe
@@ -103,7 +103,6 @@ fun JUnit.configureForKotlin(xmx: String = "1600m") {
|
||||
"-Didea.home.path=$ideaSdkPath",
|
||||
"-Didea.use.native.fs.for.win=false",
|
||||
"-Djps.kotlin.home=${ideaPluginDir.absolutePath}",
|
||||
"-Dkotlin.ni=" + if (rootProject.hasProperty("newInferenceTests")) "true" else "false",
|
||||
"-Duse.jps=true",
|
||||
"-Djava.awt.headless=true"
|
||||
).filterNotNull().joinToString(" ")
|
||||
|
||||
@@ -40,7 +40,6 @@ fun generateVmParametersForJpsConfiguration(path: String, additionalParameters:
|
||||
"-Didea.home.path=$ideaSdkPath",
|
||||
"-Didea.use.native.fs.for.win=false",
|
||||
"-Djps.kotlin.home=${ideaPluginDir.absolutePath}",
|
||||
"-Dkotlin.ni=" + if (rootProject.hasProperty("newInferenceTests")) "true" else "false",
|
||||
"-Duse.jps=true",
|
||||
"-Djava.awt.headless=true"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user