summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-09-14 12:29:50 +0000
committerArne Juul <arnej@yahooinc.com>2022-09-14 12:29:50 +0000
commit241a06fb415360de4e02c0bbaf0d68e1b4c57ec8 (patch)
tree0d283014192fd78048d4fc906ba17eef3f9a88e5
parent736524f0c11604d167d73f5dffab65d7692e0d73 (diff)
ensure unit tests pass even if the environment has VESPA_HOME
-rw-r--r--config-model/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index d1af9eab915..a11e72fa1be 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -329,6 +329,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<redirectTestOutputToFile>${test.hide}</redirectTestOutputToFile>
+ <environmentVariables>
+ <VESPA_HOME>/opt/vespa</VESPA_HOME>
+ </environmentVariables>
</configuration>
</plugin>
<plugin>