Set default signal handlers for SIGINT and SIGHUP.
authorJeff Quast <contact@jeffquast.com>
Mon, 24 Nov 2014 04:14:16 +0000 (20:14 -0800)
committerJeff Quast <contact@jeffquast.com>
Mon, 24 Nov 2014 04:14:16 +0000 (20:14 -0800)
commita75faec32169c11f95fd5363e9711f52fba99117
treeabc8c96fa467f97867333807ac1ac70daebb21ae
parent526dc9cafcc922dbccbd8f1936eb400df8a8c7c5
Set default signal handlers for SIGINT and SIGHUP.

According to test_misc.py comments, fedora's build
agent has the same problem as ours.  We use the setUp
and tearDown methods to set and restore these signals,
if ignored.
tests/PexpectTestCase.py
tests/test_misc.py