* 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.
2011-08-09 Stefano Lattarini <stefano.lattarini@gmail.com>
- 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.
+ coverage: enhance test against infinite recursion in test harness
+ * tests/parallel-tests-fork-bomb.test: Enhance and extend a
+ little now, for soon-to-be-implemented more explicit and safer
+ semantics.
2011-08-09 Stefano Lattarini <stefano.lattarini@gmail.com>