]> git.ipfire.org Git - thirdparty/automake.git/commit
tests: fix spurious failures due to ignored signals
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 6 Sep 2011 15:10:21 +0000 (17:10 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 6 Sep 2011 15:29:46 +0000 (17:29 +0200)
commite1177186ff44b11d6c14d74637bb2564b84151d0
tree8410c69c9a6902254748b4ad5e61d20a53c82cfa
parent8bae346819ce77fa3d653af4abfc6f1da9788303
tests: fix spurious failures due to ignored signals

* tests/defs (is_blocked_signal): New function.
* tests/parallel-tests-interrupt.test: Do not try to use/trap
signals that are ignored by the parent shell: they will be
ignored by all the child processes too.
* tests/self-check-exit.test: Likewise.
* tests/self-check-cleanup.test: Likewise, and do few minor
improvements and extensions since we are at it.
ChangeLog
tests/defs
tests/parallel-tests-interrupt.test
tests/self-check-cleanup.test
tests/self-check-exit.test