On Sat, May 25, 2002 at 03:35:19PM +0200, Andreas Marcel Riechert wrote: > Just to keep you bussy, I am not happy with this test report ;-)
Neither am I. ;-)
> To ask someone like Mark Overmeer "for a simple test script in the
> next release" seems almost like a bad joke. He is one of the few
> guys who actually provide a lot of meaningfull tests. Therefore
> its a joy to do hand testing.
Indeed. However, the fix this time is quite easy (as below). Commited
to -devel, thanks.
> On the other hand, this time my "enemy" is 'make' and I feel I
> could loose this battle ;-)
Never overestimate your enemy... :-p
Thanks,
/Autrijus/
--- Report.orig Sun May 26 04:51:14 2002
+++ Report.pm Sun May 26 04:52:55 2002
@@ -78,7 +78,10 @@
}
$grade ||= 'fail';
}
- elsif ($buffer =~ /^No tests defined for .* extension.\s*$/m) {
+ elsif (
+ $buffer =~ /^No tests defined for .* extension.\s*$/m and
+ $buffer !~ /^All tests successful.\s*$/m
+ ) {
$grade = 'unknown';
}
else {
msg35155/pgp00000.pgp
Description: PGP signature
