Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
strip backtrace
  • Loading branch information
FROGGS committed Apr 28, 2013
1 parent 88cfd7d commit f1e39fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/test_summary
Expand Up @@ -189,6 +189,7 @@ for my $tfile (@tfiles) {
if( $stderr ) {
$stderr =~ s/.\[\d+m//g;
$stderr =~ s/\s+expecting any of:.+$//s;
$stderr =~ s/\s*called from Sub.+$//s;
$status_rows{ $pass ? "$pass.0$row_count" : "-$plan.0$row_count" }
= sprintf " <tr align=center><td align=left rowspan=2>%s</td><td>%d</td><td>%d</td><td>%d</td><td>%d</td><td>%d</td></tr>\n"
. " <tr><td colspan=5>%s</td></tr>\n",
Expand Down

0 comments on commit f1e39fb

Please sign in to comment.