[Bps-public-commit] Test-Chimps-Anna branch, master, updated. 46bcdb5140d5d116b35d22b2c62cbef60e97849e
jesse
jesse at bestpractical.com
Mon Jun 1 10:22:14 EDT 2009
The branch, master has been updated
via 46bcdb5140d5d116b35d22b2c62cbef60e97849e (commit)
from 05844ecf20f39f0516021d69a0427fb8f46eeb6e (commit)
Summary of changes:
lib/Test/Chimps/Anna.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 46bcdb5140d5d116b35d22b2c62cbef60e97849e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Mon Jun 1 10:21:57 2009 -0400
A tiny bit of anna message shortening
diff --git a/lib/Test/Chimps/Anna.pm b/lib/Test/Chimps/Anna.pm
index cd967e6..60dc838 100644
--- a/lib/Test/Chimps/Anna.pm
+++ b/lib/Test/Chimps/Anna.pm
@@ -158,7 +158,7 @@ sub tick {
if ($report->total_failed || $report->total_unexpectedly_succeeded) {
$self->{passing_projects}->{$report->project} = 0;
my $msg =
- $report->project ." rev ". $report->revision ." by ". $report->committer .": "
+ $report->project ." ". $report->revision ." by ". $report->committer .": "
. sprintf( "%.2f", $report->total_ratio * 100 ) . "\%, "
. $report->total_seen . " total, "
. $report->total_passed . " ok, "
@@ -166,7 +166,7 @@ sub tick {
. $report->total_todo . " todo, "
. $report->total_skipped . " skipped, "
. $report->total_unexpectedly_succeeded . " unexpectedly succeeded; "
- . $report->duration . " seconds. "
+ . $report->duration . "s. "
. $self->{server_script} . "?id=" . $report->id;
$self->_say_to_all($msg);
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list