[Secure-testing-commits] r627 - sarge-checks
Joey Hess
joeyh@costa.debian.org
Wed, 23 Mar 2005 17:26:04 +0100
Author: joeyh
Date: 2005-03-23 17:26:04 +0100 (Wed, 23 Mar 2005)
New Revision: 627
Modified:
sarge-checks/checklist
Log:
emphasize madison failures
Modified: sarge-checks/checklist
===================================================================
--- sarge-checks/checklist 2005-03-23 16:06:35 UTC (rev 626)
+++ sarge-checks/checklist 2005-03-23 16:26:04 UTC (rev 627)
@@ -49,10 +49,10 @@
my $maddy=`madison -s testing '$package'`;
if ($? & 128) {
# good old newraff..
- record($package, "madison segfaulted", $id);
+ record($package, "<em>madison segfaulted</em>", $id);
}
elsif ($? >> 8 != 0 && $? >> 8 != 1) {
- record($package, "madison exited with ".($? >> 8), $id);
+ record($package, "<em>madison exited with ".($? >> 8)."</em>", $id);
}
if (! length $maddy) {
next;