Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
we can haz summary!
  • Loading branch information
FROGGS committed Apr 28, 2013
1 parent 1b8439e commit 8dcbdfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions STATUS.md
Expand Up @@ -3,6 +3,7 @@
<tr><th></th><th>pass</th><th>fail</th><th>todo</th><th>skip</th><th>spec</th></tr>
</thead>
<tbody>
<tr align=center><td align=left>summary</td><td>237</td><td>34176</td><td>4</td><td>28</td><td>34442</td></tr>
<tr align=center><td align=left>base/num.v5</td><td>49</td><td>0</td><td>2</td><td>2</td><td>53</td></tr>
<tr align=center><td align=left>comp/cmdopt.v5</td><td>44</td><td>0</td><td>0</td><td>0</td><td>44</td></tr>
<tr align=center><td align=left>op/chars.v5</td><td>33</td><td>0</td><td>0</td><td>1</td><td>34</td></tr>
Expand Down
2 changes: 2 additions & 0 deletions t/test_summary
Expand Up @@ -231,6 +231,8 @@ for my $tfile (@tfiles) {
defined $benchmark && $benchmark->log_script_times($tfile,\@times,\@comments);
} # for my $tfile (@tfiles)

printf STATUS " <tr align=center><td align=left>summary</td><td>%d</td><td>%d</td><td>%d</td><td>%d</td><td>%d</td></tr>\n",
$sum{'pass'}, $sum{'fail'}, $sum{'todo'}, $sum{'skip'}, $sum{'plan'};
for ( reverse sort { $a <=> $b } keys %status_rows ) {
print STATUS $status_rows{$_};
}
Expand Down

0 comments on commit 8dcbdfa

Please sign in to comment.