Skip to content

Commit

Permalink
Reduce verbosity of nginx tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bmw committed Jun 21, 2017
1 parent ade9b4a commit 2005d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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_*
Expand Down

0 comments on commit 2005d13

Please sign in to comment.