Support -J<jvm-param> and "-Dname=value" in windows runner script
Otherwise, -J-ea has no effect on windows, which breaks assert tests. Wrap parameters with delimeters in quotes. #KT-30211 Fixed
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
println(System.getProperty("result"))
|
||||
}
|
||||
Reference in New Issue
Block a user