propgate error in other conditions

This commit is contained in:
Benjamin Peterson 2011-12-27 15:16:34 -06:00
parent 042370e750
commit c32d5cb9ec
1 changed files with 1 additions and 0 deletions

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):