mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix certbot-apache paths
This commit is contained in:
parent
f8d1d5a13c
commit
72d6b0d9b4
1 changed files with 5 additions and 5 deletions
10
tox.ini
10
tox.ini
|
|
@ -166,27 +166,27 @@ deps =
|
|||
-e certbot
|
||||
-e certbot-apache
|
||||
commands =
|
||||
{toxinidir}/certbot-apache/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test --debian-modules
|
||||
{toxinidir}/certbot/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test --debian-modules
|
||||
passenv =
|
||||
SERVER
|
||||
allowlist_externals =
|
||||
{toxinidir}/certbot-apache/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test
|
||||
{toxinidir}/certbot/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test
|
||||
|
||||
[testenv:apacheconftest-external-with-pebble]
|
||||
description = Run apacheconftest with pebble and Certbot outside of the tox virtual environment.
|
||||
deps =
|
||||
-e certbot-ci
|
||||
allowlist_externals =
|
||||
{toxinidir}/certbot-apache/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test-pebble.py
|
||||
{toxinidir}/certbot/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test-pebble.py
|
||||
commands =
|
||||
{toxinidir}/certbot-apache/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules
|
||||
{toxinidir}/certbot/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules
|
||||
|
||||
[testenv:apacheconftest-with-pebble]
|
||||
deps =
|
||||
{[testenv:apacheconftest]deps}
|
||||
{[testenv:apacheconftest-external-with-pebble]deps}
|
||||
allowlist_externals =
|
||||
{toxinidir}/certbot-apache/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test-pebble.py
|
||||
{toxinidir}/certbot/src/certbot/_internal/apache/tests/apache-conf-files/apache-conf-test-pebble.py
|
||||
commands = {[testenv:apacheconftest-external-with-pebble]commands}
|
||||
|
||||
[testenv:nginxroundtrip]
|
||||
|
|
|
|||
Loading…
Reference in a new issue