mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 02:30:25 -04:00
fix apacheconf paths
This commit is contained in:
parent
1c6d97b10d
commit
8bceef8bfb
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in a new issue