diff --git a/test2/Makefile b/test2/Makefile index e00e495..5eaf9b4 100644 --- a/test2/Makefile +++ b/test2/Makefile @@ -7,10 +7,10 @@ update-dependencies: test-debian: update-dependencies docker build -t jwilder/nginx-proxy:test .. - ./test.sh -v + ./test.sh test-alpine: update-dependencies docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test .. - ./test.sh -v + ./test.sh test: test-debian test-alpine diff --git a/test2/pytest.ini b/test2/pytest.ini index 1a8f925..1425b42 100644 --- a/test2/pytest.ini +++ b/test2/pytest.ini @@ -1,3 +1,3 @@ [pytest] # disable the creation of the `.cache` folders -addopts = -p no:cacheprovider -r s \ No newline at end of file +addopts = -p no:cacheprovider -r s -v \ No newline at end of file