Skip to content

Commit

Permalink
131: effectively use tycho.testArgLine
Browse files Browse the repository at this point in the history
Task-Url: #131
  • Loading branch information
LorenzoBettini committed Mar 27, 2021
1 parent 1a87d6c commit 42b4744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releng/org.eclipse.xsemantics.parent/pom.xml
Expand Up @@ -278,6 +278,10 @@ Contributors:
</profile>
<profile>
<id>jacoco</id>
<properties>
<!-- tycho.testArgLine is where jacoco stores the agent path -->
<additionalTestArguments>${tycho.testArgLine}</additionalTestArguments>
</properties>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 42b4744

Please sign in to comment.