Fix and simplify local dev workflow and execution of e2e tests

This commit is contained in:
Manuel de Brito Fontes 2018-05-15 11:57:39 -04:00 committed by Manuel Alejandro de Brito Fontes
parent 7983a2b9d3
commit d4f2b5d060
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 6 additions and 12 deletions

View file

@ -158,11 +158,6 @@ test:
lua-test:
@busted $(BUSTED_ARGS) ./rootfs/etc/nginx/lua/test;
.PHONY: e2e-image
e2e-image: sub-container-amd64
$(DOCKER) tag $(MULTI_ARCH_IMG):$(TAG) $(IMGNAME):e2e
docker images
.PHONY: e2e-test
e2e-test:
@ginkgo version || go get -u github.com/onsi/ginkgo/ginkgo