Re: [Automake-NG] [PATCH 6/6] [ng] recheck: don't exceed command line limits, even with many failed tests

2012-07-22 Thread Akim Demaille
Le 21 juil. 2012 à 10:50, Stefano Lattarini a écrit : > +## Re-run the relevant tests, without hitting command-line length limits. > + echo am__test_bases="$$bases" | \ > + $(MAKE) -f- -f$(firstword $(MAKEFILE_LIST)) \ > + $(TEST_SUITE_LOG) .am/doing-recheck=yes Nice and

[Automake-NG] [PATCH 6/6] [ng] recheck: don't exceed command line limits, even with many failed tests

2012-07-21 Thread Stefano Lattarini
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