propgate error in other conditions
This commit is contained in:
parent
042370e750
commit
c32d5cb9ec
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue