Makefile: Make the .test-results directory

podman won't run if it is missing.
This commit is contained in:
Brian C. Lane 2019-02-25 14:37:57 -08:00
parent f3c147448a
commit a7e96ab828
1 changed files with 1 additions and 0 deletions

View File

@ -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: