Skip to content

Commit

Permalink
[releng] Remove Jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Jun 5, 2023
1 parent 2d86ea0 commit 94398f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar

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

0 comments on commit 94398f6

Please sign in to comment.