Fix test_apache2.sh test farm test. (#4786)

tools/venv.sh cannot be used as the tests run on systems with Python 2.6 and
tools/venv.sh installs code that is not compatible with Python 2.6.
This commit is contained in:
Brad Warren 2017-06-06 15:48:00 -07:00 committed by GitHub
parent e749937465
commit e0f3c05c02

View file

@ -45,7 +45,7 @@ if [ $? -ne 0 ] ; then
exit 1
fi
tools/venv.sh
tools/_venv_common.sh -e acme[dev] -e .[dev,docs] -e certbot-apache
sudo venv/bin/certbot -v --debug --text --agree-dev-preview --agree-tos \
--renew-by-default --redirect --register-unsafely-without-email \
--domain $PUBLIC_HOSTNAME --server $BOULDER_URL