mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
fix killboulder implementation so I can test creating a new boulder server
This commit is contained in:
parent
81ea9ba1b1
commit
dc7743ca0f
1 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,7 @@ def test_client_process(fab_config, inqueue, outqueue, boulder_url):
|
|||
pass
|
||||
|
||||
|
||||
def cleanup(cl_args, instances, targetlist):
|
||||
def cleanup(cl_args, instances, targetlist, boulder_server):
|
||||
print('Logs in ', LOGDIR)
|
||||
# If lengths of instances and targetlist aren't equal, instances failed to
|
||||
# start before running tests so leaving instances running for debugging
|
||||
|
|
@ -601,7 +601,7 @@ def main():
|
|||
sys.exit(1)
|
||||
|
||||
finally:
|
||||
cleanup(cl_args, instances, targetlist)
|
||||
cleanup(cl_args, instances, targetlist, boulder_server)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Reference in a new issue