1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/tools
Jacob Hoffman-Andrews 7319cc975a Quiet pip install output. (#5288)
pip install generates a lot of lines of output that make it harder to see what
tox is running in general. This adds the -q flag to pip install.

At the same time, add `set -x` in install_and_test.sh and pip_install.sh so they
echo the commands they are running. This makes it a little clearer what's going
on in tests.

I didn't put `set -x` at the top or in the shebang, because moving it lower lets
us avoid echoing some of the messy if/then setup statements in these scripts,
which focussed attention on the pip install command.
2017-12-01 23:40:09 -08:00
..
2016-04-13 17:42:19 -07:00
2017-03-06 19:31:42 -08:00
2016-03-01 11:21:51 -08:00
2016-01-11 14:22:51 -08:00
2017-12-01 10:59:55 -08:00
2017-06-16 14:43:12 -07:00
2017-06-16 16:53:46 -07:00