mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
no certbot?
This commit is contained in:
parent
b81091dee4
commit
07202c6e2a
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
def main():
|
||||
"""Run the lock tests."""
|
||||
if not util.exe_exists('certbot'):
|
||||
sys.exit("no certbot?!")
|
||||
dirs, base_cmd = set_up()
|
||||
for subcommand in ('certonly', 'install', 'renew', 'run',):
|
||||
logger.info('Testing subcommand: %s', subcommand)
|
||||
|
|
|
|||
Loading…
Reference in a new issue