diff options
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh index 6dc0c4005..010a7bf6f 100755 --- a/runtests.sh +++ b/runtests.sh @@ -77,6 +77,7 @@ if [ ${#status_array[@]} -gt 0 ] ; then [ ${#version} -gt ${max_len} ] && max_len=${#version} done (( columns = max_len + 2 )) + (( columns >= 7 )) || columns=7 printf "\nSummary:\n\n" printf "| %-${columns}s | %s\n|" "Version" "Status" (( total_cols = columns + 11 )) |