aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-11-18 20:32:47 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-11-18 20:32:47 +0100
commit47b006665106143d3d155a38e5bf07f33e00eff8 (patch)
tree83db6fe2ba8558a2a49f816902719220f11853b4 /vespa-osgi-testrunner
parent0654fa7787092a5f101572629c11860f5480e058 (diff)
artifactsPath points to .../artifacts anyway
Diffstat (limited to 'vespa-osgi-testrunner')
-rw-r--r--vespa-osgi-testrunner/src/main/java/com/yahoo/vespa/testrunner/VespaCliTestRunner.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespa-osgi-testrunner/src/main/java/com/yahoo/vespa/testrunner/VespaCliTestRunner.java b/vespa-osgi-testrunner/src/main/java/com/yahoo/vespa/testrunner/VespaCliTestRunner.java
index 35979ef5eb7..1f9216192fc 100644
--- a/vespa-osgi-testrunner/src/main/java/com/yahoo/vespa/testrunner/VespaCliTestRunner.java
+++ b/vespa-osgi-testrunner/src/main/java/com/yahoo/vespa/testrunner/VespaCliTestRunner.java
@@ -43,7 +43,7 @@ public class VespaCliTestRunner implements TestRunner {
@Inject
public VespaCliTestRunner(VespaCliTestRunnerConfig config) {
- this(config.artifactsPath().resolve("artifacts"));
+ this(config.artifactsPath());
}
VespaCliTestRunner(Path artifactsPath) {