]> git.ipfire.org Git - thirdparty/automake.git/commit
test harness: avoid possible fork bomb
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 10 Aug 2011 13:37:27 +0000 (15:37 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 11 Aug 2011 09:58:05 +0000 (11:58 +0200)
commit7fff2880a5e284f17cd6f0d869b0addeef7e1f55
tree518150d6b3131c7e684a746cced520d39c32cb3e
parent61873d53fea7a1a341bb7234d8428d5aba9ebf3b
test harness: avoid possible fork bomb

This fixes a regression w.r.t. the master branch, exposed by
test 'parallel-tests-fork-bomb.test'.

* lib/am/check.am (am--redo-logs): Detect possible infinite
recursion due to a test log in $(TEST_LOGS) being the same
as $(TEST_SUITE_LOG).
* tests/parallel-tests-fork-bomb.test: Enhance and extend a
little now that we have more explicit semantics.
ChangeLog
lib/Automake/tests/Makefile.in
lib/am/check.am
tests/Makefile.in