summaryrefslogtreecommitdiffstats
path: root/infra/bgp-distribution-test
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-10-02 09:18:47 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-02 09:20:00 +0200
commit81fb040a378b27fa131feac4860b41b216f5308c (patch)
tree6e474f905ecf374db4fc955fca513de893effc75 /infra/bgp-distribution-test
parent404120d28cdb94866a66bb085752c3076c1fcd76 (diff)
Use relative paths in IT test config
Change-Id: Ic19175c90fbd91ba81aaa812f735c03eb9c9a836 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/bgp-distribution-test')
-rw-r--r--infra/bgp-distribution-test/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bgp-distribution-test/pom.xml b/infra/bgp-distribution-test/pom.xml
index 8401c88bb..422479a9b 100644
--- a/infra/bgp-distribution-test/pom.xml
+++ b/infra/bgp-distribution-test/pom.xml
@@ -65,7 +65,7 @@
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<!-- Include module's tests in IT coverage report -->
- <destFile>${sonar.jacoco.itReportPath}</destFile>
+ <destFile>../../common/honeycomb-parent/target/jacoco-it.exec</destFile>
</configuration>
</plugin>
</plugins>