[Bps-public-commit] r14166 - Test-Chimps-Anna/trunk/lib/Test/Chimps
alexmv at bestpractical.com
alexmv at bestpractical.com
Wed Jul 16 13:15:23 EDT 2008
Author: alexmv
Date: Wed Jul 16 13:15:21 2008
New Revision: 14166
Modified:
Test-Chimps-Anna/trunk/lib/Test/Chimps/Anna.pm
Log:
* Include the committer in the report
Modified: Test-Chimps-Anna/trunk/lib/Test/Chimps/Anna.pm
==============================================================================
--- Test-Chimps-Anna/trunk/lib/Test/Chimps/Anna.pm (original)
+++ Test-Chimps-Anna/trunk/lib/Test/Chimps/Anna.pm Wed Jul 16 13:15:21 2008
@@ -158,7 +158,7 @@
if ($report->total_failed || $report->total_unexpectedly_succeeded) {
$self->{passing_projects}->{$report->project} = 0;
my $msg =
- "Smoke report for " . $report->project . " r" . $report->revision . " submitted: "
+ "Smoke report for " . $report->project . " r" . $report->revision . " by ".$report->committer." submitted: "
. sprintf( "%.2f", $report->total_ratio * 100 ) . "\%, "
. $report->total_seen . " total, "
. $report->total_ok . " ok, "
@@ -180,7 +180,7 @@
$self->{passing_projects}->{$report->project}++;
$self->_say_to_all("Smoke report for " . $report->project
- . " r" . $report->revision . " submitted; "
+ . " r" . $report->revision . " submitted by ".$report->committer."; "
. $report->duration . " seconds. "
. "All " . $report->total_ok . " tests pass");
}
More information about the Bps-public-commit
mailing list