mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Fix path to apache-conf-test
This commit is contained in:
parent
193b44a0fa
commit
c12baf7d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ venv/bin/python -m pytest certbot/certbot-ci/certbot_integration_tests -n 4
|
|||
|
||||
# DO NOT RUN `apache-conf-test` LOCALLY, IT WILL BREAK YOUR APACHE CONFIGURATION!
|
||||
if [ -n "$TRAVIS" ]; then
|
||||
venv/bin/python certbot/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules
|
||||
venv/bin/python certbot/certbot-apache/tests/apache-conf-files/apache-conf-test-pebble.py --debian-modules
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue