fix apacheconf paths

This commit is contained in:
Brad Warren 2023-03-23 10:01:51 -07:00
parent 1c6d97b10d
commit 8bceef8bfb

View file

@ -132,7 +132,7 @@ commands =
[testenv:apacheconftest]
commands =
{[base]pip_install} acme certbot certbot-apache
{toxinidir}/certbot-apache/tests/apache-conf-files/apache-conf-test --debian-modules
{toxinidir}/certbot-apache/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test --debian-modules
passenv =
SERVER
@ -141,7 +141,7 @@ passenv =
# environment.
commands =
{[base]pip_install} certbot-ci
{toxinidir}/certbot-apache/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules
{toxinidir}/certbot-apache/certbot_apache/_internal/tests/apache-conf-files/apache-conf-test --debian-modules
[testenv:apacheconftest-with-pebble]
commands =