no certbot?

This commit is contained in:
Brad Warren 2018-03-02 18:06:26 -08:00
parent b81091dee4
commit 07202c6e2a

View file

@ -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)