File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1307,6 +1307,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
13071307 methods =" ${ com.mysql.cj.testsuite.test.methods } "
13081308 outputdir =" ${ com.mysql.cj.testsuite.junit.results } " >
13091309 <fork >
1310+ <jvmarg value =" -Dfile.encoding=UTF-8" />
13101311 <jvmarg value =" -Xmx1024m" />
13111312 <jvmarg value =" ${ com.mysql.cj.testsuite.test.coverage.jvmargfinal } " />
13121313 <syspropertyset refid =" junit.system.properties" />
@@ -1321,6 +1322,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
13211322 name =" ${ com.mysql.cj.testsuite.test.class } "
13221323 outputdir =" ${ com.mysql.cj.testsuite.junit.results } " >
13231324 <fork >
1325+ <jvmarg value =" -Dfile.encoding=UTF-8" />
13241326 <jvmarg value =" -Xmx1024m" />
13251327 <jvmarg value =" ${ com.mysql.cj.testsuite.test.coverage.jvmargfinal } " />
13261328 <syspropertyset refid =" junit.system.properties" />
@@ -1336,6 +1338,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
13361338 <exclude name =" **/perf/*.class" />
13371339 </fileset >
13381340 <fork >
1341+ <jvmarg value =" -Dfile.encoding=UTF-8" />
13391342 <jvmarg value =" -Xmx1024m" />
13401343 <jvmarg value =" ${ com.mysql.cj.testsuite.test.coverage.jvmargfinal } " />
13411344 <syspropertyset refid =" junit.system.properties" />
You can’t perform that action at this time.
0 commit comments