mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Reduce verbosity of nginx tests
This commit is contained in:
parent
ade9b4a70a
commit
2005d13fa1
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -151,7 +151,7 @@ passenv = DOCKER_*
|
|||
commands =
|
||||
docker build -t certbot-compatibility-test -f certbot-compatibility-test/Dockerfile .
|
||||
docker build -t nginx-compat -f certbot-compatibility-test/Dockerfile-nginx .
|
||||
docker run --rm -it nginx-compat -c nginx.tar.gz -vvvv -aie
|
||||
docker run --rm -it nginx-compat -c nginx.tar.gz -vv -aie
|
||||
whitelist_externals =
|
||||
docker
|
||||
passenv = DOCKER_*
|
||||
|
|
|
|||
Loading…
Reference in a new issue