]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: avoid spurious failure in 'parallel-tests3.test'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 18 Oct 2011 19:05:24 +0000 (21:05 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 18 Oct 2011 21:31:05 +0000 (23:31 +0200)
commitf5b69b8a0d787cf798653fdb975affa9e7ff44b8
treeee266fdbd2dfd606c5241bd32ff3aa4cc550da81
parent94ad7e48dc63321ca334e71c0f87dc3eada8ffd6
tests: avoid spurious failure in 'parallel-tests3.test'

This fixes automake bug#8788.

* tests/parallel-tests3.test: To ensure that the serial run of
the dummy testsuite is still ongoing when the parallel run has
terminated, use `kill -0', not a bare `kill'.  This will prevent
a testsuite crash on NetBSD 5.1, and a testsuite hang on FreeBSD
8.2.  Also, since we are at it, try harder to avoid possible
hangs of the script in other unusual situations.
ChangeLog
tests/parallel-tests3.test