mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:33:33 +03:00
docs: list more dependencies for running Python HTTP tests
Reviewed-by: Daniel Stenberg <daniel@haxx.se> Reviewed-by: Viktor Szakats <commit@vsz.me> Closes #21110
This commit is contained in:
parent
b9690e9cd1
commit
bae6237c45
2 changed files with 11 additions and 7 deletions
|
|
@ -233,7 +233,7 @@ class EnvConfig:
|
|||
if m:
|
||||
self._caddy_version = m.group(1)
|
||||
else:
|
||||
raise RuntimeError(f'Unable to determine cadd version from: {p.stdout}')
|
||||
raise RuntimeError(f'Unable to determine caddy version from: {p.stdout}')
|
||||
|
||||
self.vsftpd = self.config['vsftpd']['vsftpd']
|
||||
if self.vsftpd == '':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue