mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Merge pull request #2873 from letsencrypt/fix-multitester
Fix test farm tests
This commit is contained in:
commit
ce37332420
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ def test_client_process(inqueue, outqueue):
|
|||
print(env.host_string)
|
||||
|
||||
try:
|
||||
install_and_launch_letsencrypt(instances[ii], boulder_url, target)
|
||||
install_and_launch_certbot(instances[ii], boulder_url, target)
|
||||
outqueue.put((ii, target, 'pass'))
|
||||
print("%s - %s SUCCESS"%(target['ami'], target['name']))
|
||||
except:
|
||||
|
|
|
|||
Loading…
Reference in a new issue