Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add blank lines between tests in text summary output with style off
  • Loading branch information
Geoffrey Broadwell committed Nov 23, 2012
1 parent 4a9017c commit 07f2717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analyze
Expand Up @@ -250,6 +250,7 @@ sub summarize_results_text {

my $time_type = $opt->{'ignore-startup'} ? 'cooked' : 'best';
for my $test (@$times) {
$output .= "\n" unless $style;
$output .= sprintf "%-${longest_test}s", $test->{name};
for my $perl (@perls) {
my $key = $perl->{key} || $perl->{name};
Expand Down

0 comments on commit 07f2717

Please sign in to comment.