On 30 Oct 2006, at 08:48, Jos Boumans wrote:
Greetings,
I got this bug report for CPANPLUS the other day, which turns out that
Test.pm
does not actually exit with a non-zero exitcode like Test::More
does on
failed tests:
http://rt.cpan.org/Ticket/Display.html?id=22685
This means neither CPAN.pm nor CPANPLUS actually detect the fact
that a
'make test' failed.
Is this expected behaviour, or should we be fixing Test.pm? Note
that the
test was
made using Test.pm 1.25, the most recent version on CPAN.
I'm moderately sure that this has nothing to do with Test.pm, but
with the way test.pl files are run - and it's expected behaviour.
Adrian