Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime Martinez <jmartinez@gitlab.com>2020-12-07 07:55:05 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-12-07 07:55:05 +0300
commit099b4e16ffd124821bed23a05368b1a65b42c896 (patch)
tree6f8d0f3d8fb9f639b1d5854e7b507c2e509de2d1 /Makefile.util.mk
parentb5fc83148cd1a1d4d2c8fe05538207a88e2473c4 (diff)
Split daemon acceptance tests
Diffstat (limited to 'Makefile.util.mk')
-rw-r--r--Makefile.util.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.util.mk b/Makefile.util.mk
index 1294b442..aa4aa1eb 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -57,5 +57,5 @@ deps-check: .GOPATH/.ok
deps-download: .GOPATH/.ok
go mod download
-junit-report: bin/go-junit-report
+junit-report: .GOPATH/.ok bin/go-junit-report
cat tests.out | ./bin/go-junit-report -set-exit-code > junit-test-report.xml