Skip to content

Commit 184247a

Browse files
author
Andras Fekete
committed
Update log message and output compilation messages
1 parent 57c7cc1 commit 184247a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/test-openssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ evp_test_run() {
141141
#
142142

143143
endecode_test_run() {
144-
printf "\tTesting with evp_test:\n"
144+
printf "\tTesting with endecode_test:\n"
145145

146146
RES=`./endecode_test \
147147
-rsa certs/ee-key.pem -pss certs/ca-pss-key.pem -context \
148-
-provider libwolfprov 2>&1 | grep 'ok [1-9]'`
148+
-provider libwolfprov 2>&1 | tee -a $LOGDIR/endecode_test.log | grep 'ok [1-9]'`
149149
OLD_IFS=$IFS
150150
IFS=$'\n'
151151
for R in $RES

0 commit comments

Comments
 (0)