[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing test plan
From: |
Gavin Smith |
Subject: |
Re: missing test plan |
Date: |
Tue, 24 May 2016 21:22:54 +0100 |
On 24 May 2016 at 14:45, Karl Berry <address@hidden> wrote:
> Hi Gavin -- my cron job that runs make check in Texinfo development
> failed last night on many of the tp tests:
>
> make[4]: Entering directory '/u/karl/gnu/src/texinfo/tp'
> PASS: t/01use.t 1 - modules loading
> PASS: t/01use.t 2 - tree_to_texi on a manually written tree
> ERROR: t/02coverage.t - missing test plan
> ERROR: t/02coverage.t - exited with status 1
> ERROR: t/03coverage_braces.t - missing test plan
> ERROR: t/03coverage_braces.t - exited with status 1
> .. etc., for most but not all of the .t tests ...
>
> I don't know for a fact that it's related, but I suppose it's highly
> likely: I installed perl 5.24.0 (from original source) yesterday.
> (Configure -d -e -Uinstallusrbinperl -Dprefix=/usr/local)
>
> Sorry that I can't look into it further right now. -k
>
I don't know why that's happened. I don't think I've changed anything
there recently. Maybe try
"perl -w t/02coverage.t"
and see if there is any more output, e.g. a Perl error message.