From f9953c557a9e22f93c0f381ff560756de2421a56 Mon Sep 17 00:00:00 2001 From: Philippe DUL Date: Thu, 18 May 2023 14:08:10 +0200 Subject: [PATCH] Fix tester --- vars/tester.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/tester.groovy b/vars/tester.groovy index 60e70c2..7c563c2 100644 --- a/vars/tester.groovy +++ b/vars/tester.groovy @@ -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 " +