Update gitignore, fix apacheconftest

This commit is contained in:
Adrien Ferrand
2019-06-15 01:02:57 +02:00
parent f84ba87124
commit c26723e548
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -47,3 +47,5 @@ tests/letstest/venv/
# certbot tests
.certbot_test_workspace
**/assets/pebble*
**/assets/challtestsrv*
@@ -15,7 +15,7 @@ SCRIPT_DIRNAME = os.path.dirname(__file__)
def main(args=None):
if not args:
args = sys.argv[1:]
with acme_server.setup_acme_server('pebble', [], False) as acme_xdist:
with acme_server.ACMEServer('pebble', [], False) as acme_xdist:
environ = os.environ.copy()
environ['SERVER'] = acme_xdist['directory_url']
command = [os.path.join(SCRIPT_DIRNAME, 'apache-conf-test')]