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 03:44:12 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-11-12 03:44:12 +0300
commit40c602322cb6a4872bb69835d97647a68fe4da65 (patch)
tree47905df65431cbee73f7ecfeb585ea021b578b68 /Makefile.util.mk
parent623e10999c8cfc79deeda453ff5f42d44eac9f9e (diff)
Move all acceptance tests into the test/acceptance/ dir
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 ea465fbf..8c8a5c93 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) $(IMPORT_PATH)
+ go test $(if $V,-v) ./test/acceptance -tags acceptance
bench: .GOPATH/.ok gitlab-pages
go test -bench=. -run=^$$ $(allpackages)