From 7429406d8470f8296970cdee1efda71c834038e2 Mon Sep 17 00:00:00 2001 From: Keith Rarick Date: Fri, 30 Jul 2010 14:11:48 -0700 Subject: [PATCH] Match up horizontal line width. --- roundup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roundup.sh b/roundup.sh index 88570c4..68c9bfe 100644 --- a/roundup.sh +++ b/roundup.sh @@ -149,7 +149,11 @@ roundup_summarize() { # __Test Summary__ # # Display the summary now that all tests are finished. - printf "=======================================\n" + for i in $(seq 57) + do + printf = + done + printf "\n" printf "Tests: %3d | " $ntests printf "Passed: %3d | " $passed printf "Failed: %3d" $failed