Skip to content

Commit

Permalink
9 characters isn't sufficient to display qq{"Synopsis",} .
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Aug 26, 2009
1 parent 3b94522 commit 6c21d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_summary.pl
Expand Up @@ -158,7 +158,7 @@

# Show test totals grouped by Synopsys, followed by overall totals
print "----------------\n";
my $sumfmt = qq(%-9.9s %6s,%6s,%6s,%6s,%6s,%6s\n);
my $sumfmt = qq(%-11.11s %6s,%6s,%6s,%6s,%6s,%6s\n);
printf $sumfmt, qq{"Synopsis",}, map { qq{"$_"} } @col;
for my $syn (sort keys %syn) {
printf $sumfmt, qq{"$syn",}, map { $sum{"$syn-$_"} } @col;
Expand Down

0 comments on commit 6c21d0c

Please sign in to comment.