Skip to content

Commit

Permalink
We no longer need the "[rakudo]:" part of the commit message.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 28, 2009
1 parent 57a0cf4 commit f7a7bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_summary.pl
Expand Up @@ -145,7 +145,7 @@
if ($rev) {
my $file = scalar(@tfiles);
print join(',', $rev, (map { $sum{$_} } @col), $file), "\n";
print "[rakudo]: spectest-progress.csv update: ",
print "spectest-progress.csv update: ",
"$file files, $sum{'pass'} passing, $sum{'fail'} failing\n";
}

Expand Down

0 comments on commit f7a7bf4

Please sign in to comment.