Improve script call

This commit is contained in:
Adrien Ferrand 2020-06-27 10:34:48 +02:00
parent ac9f83fbad
commit c570a5d36b
5 changed files with 5 additions and 5 deletions

View file

@ -3,4 +3,4 @@ MAINTAINER Brad Warren <bmw@eff.org>
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" ]

View file

@ -3,4 +3,4 @@ MAINTAINER Brad Warren <bmw@eff.org>
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" ]

View file

@ -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"]

View file

@ -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"]

View file

@ -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"]