Skip to content

Commit

Permalink
Match up horizontal line width.
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed Jul 30, 2010
1 parent cfc0a5f commit 7429406
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion roundup.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7429406

Please sign in to comment.