bug#71421: system info in test-suite.log

2024-06-17 Thread Collin Funk
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

bug#71421: system info in test-suite.log

2024-06-17 Thread Karl Berry
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

bug#71596:

2024-06-17 Thread Karl Berry

bug#71422: no easy way to generate a test-suite.log without skipped tests

2024-06-17 Thread Karl Berry
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

bug#71421: system info in test-suite.log

2024-06-17 Thread Collin Funk
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