Restore script testing on both backends, fix some tests

This commit is contained in:
Ilya Chernikov
2021-12-03 12:03:43 +01:00
committed by TeamCityServer
parent 670575696f
commit ec2d6ea5f1
5 changed files with 27 additions and 5 deletions
@@ -43,6 +43,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
projectTest(parallel = true) {
dependsOn(":dist")
workingDir = rootDir
systemProperty("kotlin.script.test.base.compiler.arguments", "-Xuse-old-backend")
}
// This doesn;t work now due to conflicts between embeddable compiler contents and intellij sdk modules