commit | c32d5cb9ec1182870c20ef794d29b24ce4ee79e8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Dec 27 15:16:34 2011 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Dec 27 15:16:34 2011 -0600 |
tree | 0d55ed322b0e835bd787e7b15910295525881ede | |
parent | 042370e7503504b23ed13c56c8599a620569eab6 [diff] [blame] |
propgate error in other conditions
diff --git a/Lib/test/test_epoll.py b/Lib/test/test_epoll.py index 216e2c7..b66d9ea 100644 --- a/Lib/test/test_epoll.py +++ b/Lib/test/test_epoll.py
@@ -36,6 +36,7 @@ except IOError, e: if e.errno == errno.ENOSYS: raise unittest.SkipTest("kernel doesn't support epoll()") + raise class TestEPoll(unittest.TestCase):