Makefile: Make the .test-results directory
podman won't run if it is missing.
(cherry picked from commit a7e96ab828
)
This commit is contained in:
parent
208941afd8
commit
0dd9ffab92
1
Makefile
1
Makefile
@ -110,6 +110,7 @@ test-in-copy:
|
||||
|
||||
test-in-docker:
|
||||
sudo $(DOCKER) build -t welder/lorax-tests:$(IMAGE_RELEASE) -f Dockerfile.test .
|
||||
@mkdir -p `pwd`/.test-results
|
||||
sudo $(DOCKER) run --rm -it -v `pwd`/.test-results/:/test-results -v `pwd`:/lorax-ro:ro --security-opt label=disable welder/lorax-tests:$(IMAGE_RELEASE) make test-in-copy
|
||||
|
||||
docs-in-docker:
|
||||
|
Loading…
Reference in New Issue
Block a user