mirror of
https://github.com/certbot/certbot.git
synced 2026-03-13 22:22:13 -04:00
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. |
||
|---|---|---|
| .. | ||
| _venv_common.sh | ||
| deactivate.py | ||
| deps.sh | ||
| docker-warning.sh | ||
| eff-pubkey.pem | ||
| half-sign.c | ||
| install_and_test.sh | ||
| offline-sigrequest.sh | ||
| pip_constraints.txt | ||
| pip_install.sh | ||
| pip_install_editable.sh | ||
| readlink.py | ||
| release.sh | ||
| sphinx-quickstart.sh | ||
| venv.sh | ||
| venv3.sh | ||