propgate error in other conditions

This commit is contained in:
Benjamin Peterson 2011-12-27 15:16:34 -06:00
parent 042370e750
commit c32d5cb9ec

View file

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