[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] {maint} parallel-tests: remove check-html target and ".l
From: |
Stefano Lattarini |
Subject: |
Re: [PATCH 0/4] {maint} parallel-tests: remove check-html target and ".log -> .html" conversion |
Date: |
Sun, 15 Jan 2012 17:15:23 +0100 |
On 01/13/2012 10:46 PM, Stefano Lattarini wrote:
> Reference:
> <http://lists.gnu.org/archive/html/automake/2012-01/msg00005.html>
>
> Stefano Lattarini (4):
> docs: deprecate .log -> .html conversion by parallel-tests
> check: separate .log -> .html conversion from core testsuite harness
> recheck: behave better with non-GNU make
> recheck: fix interaction with "make -n"
>
> NEWS | 4 ++
> automake.in | 6 +-
> doc/automake.texi | 38 ++++++--------
> lib/am/Makefile.am | 3 +-
> lib/am/check-html.am | 61 ++++++++++++++++++++++
> lib/am/check.am | 104 ++++++++++++++-----------------------
> tests/Makefile.am | 1 +
> tests/check.test | 4 +-
> tests/parallel-tests-dryrun.test | 93 ++++++++++++++++++++++++++++++++++
> tests/parallel-tests2.test | 35 +++++++++++++
> 10 files changed, 256 insertions(+), 93 deletions(-)
> create mode 100644 lib/am/check-html.am
> create mode 100755 tests/parallel-tests-dryrun.test
>
I will push this series by tomorrow if there is no objection or review by
then.
Regards,
Stefano