aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/cmd/prod.go
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2021-12-10 09:42:41 +0100
committerJon Marius Venstad <venstad@gmail.com>2021-12-10 09:42:41 +0100
commit209f36c6b6849943ef1fbe7f0e991f6f68f6867e (patch)
treee07a8e54ff7f6900db991a5599d3272e48eb20d1 /client/go/cmd/prod.go
parentbff5f711066655f0250085d27109deafeefe34ba (diff)
Lazy target lookup in vespa test
Diffstat (limited to 'client/go/cmd/prod.go')
-rw-r--r--client/go/cmd/prod.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/prod.go b/client/go/cmd/prod.go
index 4ca4d20d105..c686f1d29ad 100644
--- a/client/go/cmd/prod.go
+++ b/client/go/cmd/prod.go
@@ -372,5 +372,5 @@ func verifyTest(testsParent string, suite string, target vespa.Target, required
return
}
- runTests(testDirectory, target, true)
+ runTests(testDirectory, true)
}