]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: allow omitting logs of skipped tests from test-suite.log.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Jun 2024 17:06:25 +0000 (10:06 -0700)
committerKarl Berry <karl@freefriends.org>
Mon, 17 Jun 2024 17:06:25 +0000 (10:06 -0700)
commita2d562383501ecca870a6e9b500a48869c360496
tree82b0d21ed7a7d85da26f86739c2bee4b18de7f69
parent9b16e59fab20320100bf9f3701a61ead4b07998f
automake: allow omitting logs of skipped tests from test-suite.log.

* doc/automake.texi (Parallel Test Harness): Describe the contents of
test-suite.log. Mention IGNORE_SKIPPED_LOGS.
(Command-line arguments for test drivers): Document the
--collect-skipped-logs option.
* lib/test-driver (print_usage): Document --collect-skipped-logs.
(collect_skipped_logs): New variable.
(gcopy): Use collect_skipped_logs.
* lib/am/check.am (am__common_driver_flags): Add the contents of
am__collect_skipped_logs.
(am__check_pre): Set am__collect_skipped_logs.
* t/parallel-tests-without-skipped-logs.sh: New file, based on
t/parallel-tests-no-color-in-log.sh.
* t/list-of-tests.mk (handwritten_TESTS): Add it.
* NEWS: Mention the change.
NEWS
doc/automake.texi
lib/am/check.am
lib/test-driver
t/list-of-tests.mk
t/parallel-tests-without-skipped-logs.sh [new file with mode: 0644]