Kaydet (Commit) c32d5cb9 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

propgate error in other conditions

üst 042370e7
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment