summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2022-09-14 14:52:50 +0200
committerGitHub <noreply@github.com>2022-09-14 14:52:50 +0200
commitfd50a076d300f524cc81c0b53746217728fd3cff (patch)
tree0d283014192fd78048d4fc906ba17eef3f9a88e5
parent736524f0c11604d167d73f5dffab65d7692e0d73 (diff)
parent241a06fb415360de4e02c0bbaf0d68e1b4c57ec8 (diff)
Merge pull request #24046 from vespa-engine/arnej/handle-vespa-home-env
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>