Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
append perl6 and nqp version to table
  • Loading branch information
FROGGS committed Jun 7, 2013
1 parent c5a8e1f commit e91ce43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/test_summary
Expand Up @@ -238,7 +238,10 @@ printf STATUS " <tr align=center><td align=left>summary</td><td>%d</td><t
for ( reverse sort { $a <=> $b } keys %status_rows ) {
print STATUS $status_rows{$_};
}
print STATUS " </tbody>\n</table>\n";
print STATUS "
<tr><td>nqp --version</td><td colspan=5>" . `nqp --version` . "</td></tr>
<tr><td>perl6 --version</td><td colspan=5>" . `perl6 --version` . "</td></tr>
</tbody>\n</table>\n";
close STATUS;

defined $benchmark && $benchmark->end(); # finish simple relative benchmarking
Expand Down

0 comments on commit e91ce43

Please sign in to comment.