propgate error in other conditions

This commit is contained in:
Benjamin Peterson 2011-12-27 15:16:34 -06:00
parent 1532c8f9a7
commit 0e61350d3a

View file

@ -36,6 +36,7 @@
except IOError as e:
if e.errno == errno.ENOSYS:
raise unittest.SkipTest("kernel doesn't support epoll()")
raise
class TestEPoll(unittest.TestCase):