diff --git a/certbot-compatibility-test/Dockerfile-apache b/certbot-compatibility-test/Dockerfile-apache index 4843a4fcf..c7b294cce 100644 --- a/certbot-compatibility-test/Dockerfile-apache +++ b/certbot-compatibility-test/Dockerfile-apache @@ -3,4 +3,4 @@ MAINTAINER Brad Warren RUN apt-get install apache2 -y -CMD [ "script", "-c", "certbot-compatibility-test -p apache -c apache.tar.gz -vvvv" ] +CMD [ "script", "-qec", "certbot-compatibility-test -p apache -c apache.tar.gz -vvvv" ] diff --git a/certbot-compatibility-test/Dockerfile-nginx b/certbot-compatibility-test/Dockerfile-nginx index 4ab8b2199..03eff9c7c 100644 --- a/certbot-compatibility-test/Dockerfile-nginx +++ b/certbot-compatibility-test/Dockerfile-nginx @@ -3,4 +3,4 @@ MAINTAINER Brad Warren RUN apt-get install nginx -y -CMD [ "script", "-c", "certbot-compatibility-test -p nginx -c nginx.tar.gz -vv -aie" ] +CMD [ "script", "-qec", "certbot-compatibility-test -p nginx -c nginx.tar.gz -vv -aie" ] diff --git a/letsencrypt-auto-source/Dockerfile.jessie b/letsencrypt-auto-source/Dockerfile.jessie index 8894ff5dc..843e7848c 100644 --- a/letsencrypt-auto-source/Dockerfile.jessie +++ b/letsencrypt-auto-source/Dockerfile.jessie @@ -32,4 +32,4 @@ COPY . /home/lea/certbot/letsencrypt-auto-source USER lea WORKDIR /home/lea -CMD ["script", "-c", "pytest -v -s certbot/letsencrypt-auto-source/tests"] +CMD ["script", "-qec", "pytest -v -s certbot/letsencrypt-auto-source/tests"] diff --git a/letsencrypt-auto-source/Dockerfile.redhat6 b/letsencrypt-auto-source/Dockerfile.redhat6 index 02439da3a..85b664aeb 100644 --- a/letsencrypt-auto-source/Dockerfile.redhat6 +++ b/letsencrypt-auto-source/Dockerfile.redhat6 @@ -51,4 +51,4 @@ RUN cp /home/lea/certbot/letsencrypt-auto-source/tests/${REDHAT_DIST_FLAVOR}6_te USER lea WORKDIR /home/lea -CMD ["sudo", "script", "-c", "certbot/letsencrypt-auto-source/tests/redhat6_tests.sh"] +CMD ["script", "-qec", "sudo certbot/letsencrypt-auto-source/tests/redhat6_tests.sh"] diff --git a/letsencrypt-auto-source/Dockerfile.xenial b/letsencrypt-auto-source/Dockerfile.xenial index 0554441dc..6b6e60e2e 100644 --- a/letsencrypt-auto-source/Dockerfile.xenial +++ b/letsencrypt-auto-source/Dockerfile.xenial @@ -33,4 +33,4 @@ COPY . /home/lea/certbot/letsencrypt-auto-source USER lea WORKDIR /home/lea -CMD ["script", "-c", "pytest -v -s certbot/letsencrypt-auto-source/tests"] +CMD ["script", "-qec", "pytest -v -s certbot/letsencrypt-auto-source/tests"]