Skip to content

Commit a42521e

Browse files
author
Andras Fekete
committed
Clean up log output
1 parent 7e58111 commit a42521e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

scripts/test-openssl.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,14 +285,16 @@ if [ ! -e "${WOLFPROV_DIR}/configure" ]; then
285285
fi
286286
make -j$NUMCPU &>> $LOG_FILE
287287
if [ $? != 0 ]; then
288-
tail -n 20 $LOG_FILE
288+
printf "\n\n...\n"
289+
tail -n 40 $LOG_FILE
289290
do_cleanup
290291
exit 1
291292
fi
292293

293294
make test &>> $LOG_FILE
294295
if [ $? != 0 ]; then
295-
tail -n 20 $LOG_FILE
296+
printf "\n\n...\n"
297+
tail -n 40 $LOG_FILE
296298
do_cleanup
297299
exit 1
298300
fi

0 commit comments

Comments
 (0)