Skip to content

Commit

Permalink
[releng] Use logback.xml configuration to avoid debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Aug 11, 2023
1 parent 9070072 commit 3943808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private def getJunitCmdTemplate(String capellaProductPath, String applicationPar
"-ea -da:org.eclipse.emf.common.util.URI " + // bug GMF 438712
"-Declipse.p2.data.area=@config.dir/../p2 " +
"-Dfile.encoding=Cp1252 " +
"-Dlogback.configurationFile=${capellaPath}/configuration/logback.xml " +
"-classpath ${capellaPath}/plugins/org.eclipse.equinox.launcher_*.jar org.eclipse.equinox.launcher.Main " +
"-os linux " +
"-ws gtk " +
Expand Down

0 comments on commit 3943808

Please sign in to comment.