Hi,
The 1.16.90 NEWS file states:
- test-suite.log now contains basic system information, and the
console message about bug reporting on failure has a bit more detail.
(bug#68746)
1) This system information is the naked output of some OS commands:
(uname -a | awk '{$$2=""; p
Hi,
In my projects that use Automake and the "parallel" test driver, often
I have 1000 unit tests, of which 100-150 are skipped and 1-5 fail.
When analyzing the "make check" results, the generated test-suite.log
is more handy to use than the 1000 different .log files. However,
before I get an over
See also
https://git.savannah.gnu.org/cgit/automake.git/commit/?id=4a12201292d9f114549911cf5aaad15e1e5dce3c
and https://bugs.gnu.org/46744 linked therein.
On the autoconf side, see
http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit;h=c2ab755698db245898a4cc89149eb5df256e4bd0.
Might be do