From 2005d13fa146b84f7a21bb9d30adf54383ec91c2 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 21 Jun 2017 12:28:04 -0700 Subject: [PATCH] Reduce verbosity of nginx tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 39218651c9f..a2de1dad6dc 100644 --- a/tox.ini +++ b/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_*