Commit 0e61350d authored by Benjamin Peterson's avatar Benjamin Peterson

propgate error in other conditions

parent 1532c8f9
......@@ -36,6 +36,7 @@ try:
except IOError as 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