Skip to content

Commit

Permalink
[tests] Remove debug option from rcptt
Browse files Browse the repository at this point in the history
Remove antlr.runtime 3.2.0 installation as it is not required anymore
  • Loading branch information
etraisnel2 committed Apr 8, 2024
1 parent ccf4b7f commit 55bb218
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ def prepareJacocoAgentSteps() {
}

def runRcptt(String mvnProfile) {
// Installing ANTLR plugin in capella (required due to existing RCPTT bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=548517 )
def antlrRepoPath = 'https://download.eclipse.org/releases/2020-06'
def antlrFeatureName = 'org.antlr.runtime/3.2.0.v201101311130'
eclipse.installFeature('${CAPELLA_PRODUCT_PATH}', antlrRepoPath, antlrFeatureName)
def steps = prepareJacocoAgentSteps()
sh "mvn -X -e ${steps} verify ${mvnProfile}"
sh "mvn -e ${steps} verify ${mvnProfile}"
}

def publishTests() {
Expand Down

0 comments on commit 55bb218

Please sign in to comment.