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:
Ilmir Usmanov
2020-04-15 15:24:12 +02:00
parent ec50b1c85e
commit 5ab55fbb57
3 changed files with 90 additions and 47 deletions
+3
View File
@@ -0,0 +1,3 @@
fun main() {
println(System.getProperty("result"))
}