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-08 03:54:39 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-12-08 03:54:39 +0300
commitaf3e5d864eecf3d8495a89dc3cd32d3c808f8ec8 (patch)
treeb0f1398796c3b3efb3fbf04f0c3f8ca206b6f047 /Makefile.util.mk
parente29beaab034b89329b47fbd60f1275f8ae1547b6 (diff)
DRY test.yml
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 aa4aa1eb..4f190ea4 100644
--- a/Makefile.util.mk
+++ b/Makefile.util.mk
@@ -17,7 +17,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
+ go test $(if $V,-v) ./test/acceptance 2>&1 | tee tests.out
bench: .GOPATH/.ok gitlab-pages
go test -bench=. -run=^$$ $(allpackages)