On Wed, Oct 22, 2008 at 9:21 PM, Andreas J. Koenig <[EMAIL PROTECTED]> wrote: >>>>>> On Wed, 22 Oct 2008 10:20:33 +0200, "Gabor Szabo" <[EMAIL PROTECTED]> >>>>>> said: > > > t/30shell often gets stuck at various test number susch as 31, 131 and 152 > > or at least run out of my patience, but even when it finishes it fails. > > As I see it fails on some timeout. > > > When I first type perl Makefile.PL in the repository I get: > > > t/CPAN/authors/id/A/AN/ANDK/NotInChecksums-0.000.tar.gz > > > I see it is generated by the Makefile but maybe this file should be > > generated by Makefile.PL before it checks the MANIFEST > > or can it be supplied with the distro? > > Sorry this should be documented somewhere. IIRC, from the repo tests > only can succeed after running > > make testdistros > > once.
What if I run it twice? Will it break something? It should not I guess. Can't we turn "make test" dependent on "make testdistros" ? Till that, at least we should have this archived on the mailing list. In any case, this fixed the problem. Thanks. Gabor

