GNU bug report logs -
#10443
[PATCH] Quote 'like this', not `like this'.
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Fri, 6 Jan 2012 08:35:02 UTC
Severity: normal
Tags: notabug, patch
Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 10443-done <at> debbugs.gnu.org (full text, mbox):
On 01/06/2012 08:18 PM, Paul Eggert wrote:
> On 01/06/12 11:01, Stefano Lattarini wrote:
>>>> FAIL: lzma.test
>>>> FAIL: tap-summary-color.test
>>>>
>> These are new to me.
>>
>>>> I can send more details if you like.
>>>>
>> Yes please, that would be much appreciated.
>
> I can't reproduce the lzma failure now; that's weird.
>
This would smell as yet another case of autom4te caching issues, but
since all aclocal calls in lzma.test uses `--force', this can't be case.
(And in light of the explanation below, this is moot now).
> There is a dependency problem, but I don't think that's
> the same problem as it also affects tap-summary-color.
> But after I do an explicit "make defs-static" the lzma.test works.
> Maybe *.test needs to depend on defs-static?
>
But the already do (and after commit `v1.11-1710-ge7de1ef', they do so
in an even "safer" way).
> Anyway, here's the failure output I got first:
>
> $ VERBOSE=yes make check-TESTS TESTS='lzma tap-summary-color'
>
Ah-ah! `check-TESTS' is an (admittedly very poorly named) internal target.
Never use that directly. You want to do so instead:
VERBOSE=yes make check TESTS='lzma.test tap-summary-color.test'
HTH,
Stefano
This bug report was last modified 13 years and 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.