Update e2e image (#4883)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-01-04 20:29:49 -03:00 committed by GitHub
parent 38fae75286
commit 8fb2695d54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 95 additions and 50 deletions

View file

@ -1,9 +1,11 @@
.PHONY: all
all: container
DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
.PHONY: container
container:
make -C ../../ e2e-test-binary
${DIR}/../../build/run-in-docker.sh make e2e-test-binary
cp ../e2e/e2e.test .
cp ../e2e/wait-for-nginx.sh .