Skip to content

Commit

Permalink
Fix tester
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed May 18, 2023
1 parent 7fc360a commit f9953c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar

return "sleep 10 && " +
"java " +
"${jacocoParameters}" +
"-Xms1024m -Xmx3500m" +
"${jacocoParameters} " +
"-Xms1024m -Xmx3500m " +
"-ea -da:org.eclipse.emf.common.util.URI " + // bug GMF 438712
"-Declipse.p2.data.area=@config.dir/../p2 " +
"-Dfile.encoding=Cp1252 " +
Expand Down

0 comments on commit f9953c5

Please sign in to comment.