afzalbin64 commented on code in PR #1819:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1819#discussion_r1218882910
##########
Makefile:
##########
@@ -151,6 +151,7 @@ e2e-test-local: kind-up e2e-test
ginkgo-check:
ifeq ("$(wildcard $(GINKGO))", "")
@echo "ERROR: Need to install ginkgo first, run: go get -u
github.com/onsi/ginkgo/v2/[email protected] or go install -mod=mod
github.com/onsi/ginkgo/v2/[email protected]"
+ @echo "Then, you need to add $GOPATH/bin to your PATH, run: export
PATH="$(go env GOPATH)/bin:$PATH""
Review Comment:
Jintao!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]