From f7a7bf491584f29def2316532f0203986d483704 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Sat, 28 Feb 2009 10:32:11 -0600 Subject: [PATCH] We no longer need the "[rakudo]:" part of the commit message. --- tools/test_summary.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_summary.pl b/tools/test_summary.pl index ef303c87aa5..5cae7ce9790 100644 --- a/tools/test_summary.pl +++ b/tools/test_summary.pl @@ -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"; }