]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] recheck: don't exceed command line limits, even with many failed tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 Jul 2012 08:13:58 +0000 (10:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 11:21:46 +0000 (13:21 +0200)
commit72ac29f10130ef8f450f8fcb71762d56ada18d4e
tree0426087319f9c539f825d1751e5e523986af2be8
parent9761847dd0a49a14a46fa2ac09b7224e8e818147
[ng] recheck: don't exceed command line limits, even with many failed tests

Related to automake bug#7868.

* lib/am/parallel-tests.sh (recheck): Arrange recursive make invocation
to pass the list of tests to be rechecked in the make standard input
rather than on the make command line.
(am__test_bases): Only define if not already set, to make the new idiom
referenced above work as expected.
* Makefile.am (XFAIL_TESTS): Remove 't/parallel-tests-many.sh' once
again.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
lib/am/parallel-tests.am