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>2021-07-27 04:32:36 +0300
committerJaime Martinez <jmartinez@gitlab.com>2021-07-27 06:44:43 +0300
commit778c290a0eed19a4203c167915d42a223ebc7c5e (patch)
tree1576d2e19f58b673f8c247be7f5a80c02b70e4f2 /Makefile.internal.mk
parentf1b46a30003a9e7576e4af985a2b185041ef1756 (diff)
ci: use gotestsum for running testsuse-new-gotestsum
Changelog: other
Diffstat (limited to 'Makefile.internal.mk')
-rw-r--r--Makefile.internal.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.internal.mk b/Makefile.internal.mk
index 40e1daae..e1454db8 100644
--- a/Makefile.internal.mk
+++ b/Makefile.internal.mk
@@ -29,6 +29,6 @@ bin/golangci-lint: .GOPATH/.ok
@test -x $@ || \
{ echo "Vendored golangci-lint not found, try running 'make setup'..."; exit 1; }
-bin/go-junit-report: .GOPATH/.ok
+bin/gotestsum: .GOPATH/.ok
@test -x $@ || \
- { echo "Vendored go-junit-report not found, try running 'make setup'..."; exit 1; }
+ { echo "Vendored gotestsum not found, try running 'make setup'..."; exit 1; }