chore(test): check openssl cmd returns

This commit is contained in:
William Yang 2023-03-19 21:48:05 +01:00
parent 88731fd145
commit 7e15f90bf5
1 changed files with 2 additions and 2 deletions

View File

@ -1159,8 +1159,8 @@ gen_host_cert(H, CaName, Path, Opts) ->
]
)
),
os:cmd(CSR_Cmd),
os:cmd(CERT_Cmd),
ct:pal(os:cmd(CSR_Cmd)),
ct:pal(os:cmd(CERT_Cmd)),
file:delete(HEXT).
filename(Path, F, A) ->