mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Use a better default in auto_test.py.
This commit is contained in:
parent
6d4ade56c5
commit
f8ac31cc2b
1 changed files with 1 additions and 3 deletions
|
|
@ -192,7 +192,7 @@ def install_le_auto(contents, install_path):
|
|||
chmod(install_path, S_IRUSR | S_IXUSR)
|
||||
|
||||
|
||||
def run_le_auto(le_auto_path, venv_dir, base_url=None, le_auto_args_str=None, **kwargs):
|
||||
def run_le_auto(le_auto_path, venv_dir, base_url=None, le_auto_args_str='--version', **kwargs):
|
||||
"""Run the prebuilt version of letsencrypt-auto, returning stdout and
|
||||
stderr strings.
|
||||
|
||||
|
|
@ -223,8 +223,6 @@ iQIDAQAB
|
|||
|
||||
env.update(d)
|
||||
|
||||
if le_auto_args_str is None:
|
||||
le_auto_args_str = '--version'
|
||||
return out_and_err(
|
||||
le_auto_path + ' ' + le_auto_args_str,
|
||||
shell=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue