mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 04:20:12 +00:00
Remove the additional dot in output of compat.sh
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
b20028b3a3
commit
131ec931eb
@ -804,7 +804,8 @@ run_client() {
|
||||
TESTS=$(( $TESTS + 1 ))
|
||||
TITLE="${1%"${1#?}"}->${SERVER_NAME%"${SERVER_NAME#?}"}"
|
||||
TITLE="$TITLE $MODE,$VERIF $2"
|
||||
printf "%s %.*s " "$TITLE" "$((72 - ${#TITLE}))" ........................................................................
|
||||
DOTS72="........................................................................"
|
||||
printf "%s %.*s " "$TITLE" "$((71 - ${#TITLE}))" "$DOTS72"
|
||||
|
||||
# should we skip?
|
||||
if [ "X$SKIP_NEXT" = "XYES" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user