Fix cTest script

This commit is contained in:
olszomal
2023-05-08 13:21:14 +02:00
committed by Michał Trojnara
parent b00ceee310
commit c90166ba8d
2 changed files with 64 additions and 52 deletions

View File

@ -391,9 +391,9 @@ make_certs() {
then
mkdir -p "../certs"
cp tmp/* ../certs
printf "%s" "keys & certificates successfully generated"
printf "%s" "Keys & certificates successfully generated"
else
printf "%s" "error logs ${result_path}/makecerts.log"
printf "%s" "Error logs ${result_path}/makecerts.log"
result=1
fi