]> git.ipfire.org Git - thirdparty/automake.git/commit
coverage: possible infinite recursion in the test harness
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 10 Aug 2011 14:03:35 +0000 (16:03 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 11 Aug 2011 09:22:03 +0000 (11:22 +0200)
commit1ebdc2c1b9a75420dd7518116a1e70b1ad6d93fc
treedc4b7bacf331da2f242f6a8092039e459b1d96d0
parent89dca9e1858f3734c651a2e49134665dcf8fa606
coverage: possible infinite recursion in the test harness

Motivated by a regression in the 'test-protocols' branch.

* tests/parallel-tests-fork-bomb.test: New test, checking that
if $(TEST_SUITE_LOG) is in $(TEST_LOGS), we obtain a diagnosed
error rather than a make hang or a fork bomb.
* tests/Makefile.am (TESTS): Update.
ChangeLog
tests/Makefile.am
tests/Makefile.in
tests/parallel-tests-fork-bomb.test [new file with mode: 0755]