Skip to content

Commit 0e61350

Browse files
committed
propgate error in other conditions
1 parent 1532c8f commit 0e61350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_epoll.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
except IOError as e:
3737
if e.errno == errno.ENOSYS:
3838
raise unittest.SkipTest("kernel doesn't support epoll()")
39+
raise
3940

4041
class TestEPoll(unittest.TestCase):
4142

0 commit comments

Comments
 (0)