From c12baf7d8c873a1492088f844fe885a16bf19cd0 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 9 Jan 2020 10:26:37 -0800 Subject: [PATCH] Fix path to apache-conf-test --- snap/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/test.sh b/snap/test.sh index e89743d47..e6aca7efd 100644 --- a/snap/test.sh +++ b/snap/test.sh @@ -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