Restore script testing on both backends, fix some tests
This commit is contained in:
committed by
TeamCityServer
parent
670575696f
commit
ec2d6ea5f1
@@ -64,6 +64,7 @@ projectTest(parallel = true) {
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
systemProperty("kotlin.test.script.classpath", testSourceSet.output.classesDirs.joinToString(File.pathSeparator))
|
||||
systemProperty("kotlin.script.test.base.compiler.arguments", "-Xuse-old-backend")
|
||||
}
|
||||
|
||||
projectTest(taskName = "testWithIr", parallel = true) {
|
||||
|
||||
Reference in New Issue
Block a user