Update e2e image (#4883)
This commit is contained in:
parent
38fae75286
commit
8fb2695d54
6 changed files with 95 additions and 50 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue