Skip to content

Commit

Permalink
[releng] Remove deleted parameter for Java 14
Browse files Browse the repository at this point in the history
Change-Id: I8fd1a40fa81b0a93d43862eca56e5305fb3334ea
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
  • Loading branch information
pdulth committed Aug 31, 2020
1 parent 2b0d480 commit 1608f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar

return "sleep 10 && " +
"java " +
"-Xms1024m -Xmx3500m -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -ea " +
"-Xms1024m -Xmx3500m -XX:+CMSClassUnloadingEnabled -ea " +
"-Declipse.p2.data.area=@config.dir/../p2 " +
"-Dfile.encoding=Cp1252 " +
"-classpath ${capellaPath}/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.equinox.launcher.Main " +
Expand Down

0 comments on commit 1608f94

Please sign in to comment.