Karl Berry wrote:
> Thanks Collin. I installed it (with minor wording tweaks).
Looks good, thanks.
> I had thought the extra space was useful rather than confusing,
> indicating that a word had been omitted from the output. But I'm fine
> with leaving it out. -k
I didn't mind it much but I do th
I've attached a patch that I think handles that
Thanks Collin. I installed it (with minor wording tweaks).
and the extra space you mentioned.
I had thought the extra space was useful rather than confusing,
indicating that a word had been omitted from the output. But I'm fine
with leavin
Here is a patch that allows the package maintainer to eliminate the
SKIPped test logs, thus making test-suite.log more useful: either
by running
make check IGNORE_SKIPPED_LOGS=1
or by defining in the Makefile (or Makefile.am):
IGNORE_SKIPPED_LOGS = 1
Thanks Bruno. I ins
Hi Bruno,
You said:
> The problem with this is that
> - It's not immediately clear to everyone what this information is.
> - It can get in the way, for example when I want to search for "Linux"
> among the test logs:
> grep '^Linux' test-suite.log
>
> I would therefore suggest to mar