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-11-12 04:43:28 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-11-12 06:32:43 +0300
commit144e758ad35ebaf9d208951348b659d192019cf0 (patch)
tree235312d306572dcc69352d062f581b38b7d5b9e5 /Makefile.util.mk
parent40c602322cb6a4872bb69835d97647a68fe4da65 (diff)
Split accepntance_test into multiple files
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 8c8a5c93..ae78673a 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -16,7 +16,7 @@ race: .GOPATH/.ok gitlab-pages
CGO_ENABLED=1 go test -race $(if $V,-v) $(allpackages)
acceptance: .GOPATH/.ok gitlab-pages
- go test $(if $V,-v) ./test/acceptance -tags acceptance
+ go test $(if $V,-v) ./test/acceptance
bench: .GOPATH/.ok gitlab-pages
go test -bench=. -run=^$$ $(allpackages)