This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new ad0348c  test: use ginkgo cmd to run e2e cases for more elegant output 
(#142)
ad0348c is described below

commit ad0348ca55fe224ab093b0e9965812a36caf29c2
Author: Alex Zhang <[email protected]>
AuthorDate: Tue Dec 29 18:39:57 2020 +0800

    test: use ginkgo cmd to run e2e cases for more elegant output (#142)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2a7b3fc..b99752a 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ e2e-test:
        export 
APISIX_UPSTREAM_DEF=$(PWD)/samples/deploy/crd/v1beta1/ApisixUpstream.yaml && \
        export 
APISIX_SERVICE_DEF=$(PWD)/samples/deploy/crd/v1beta1/ApisixService.yaml && \
        export APISIX_TLS_DEF=$(PWD)/samples/deploy/crd/v1beta1/ApisixTls.yaml 
&& \
-       cd test/e2e && go test -cover -coverprofile=coverage.txt 
github.com/api7/ingress-controller/test/e2e
+       cd test/e2e && ginkgo -cover -coverprofile=coverage.txt -r 
--randomizeSuites --randomizeAllSpecs --trace
 
 ### license-check:    Do Apache License Header check
 license-check:

Reply via email to