run epoll tests too

pull/6803/head
Sree Kuchibhotla 9 years ago
parent d7d6eed788
commit 8c6c9067bc
  1. 2
      tools/run_tests/run_tests.py

@ -157,7 +157,7 @@ class CLanguage(object):
'windows': ['all'],
'mac': ['all'],
'posix': ['all'],
'linux': ['poll'],
'linux': ['poll', 'epoll'],
}
for target in binaries:
polling_strategies = (POLLING_STRATEGIES[self.platform]

Loading…
Cancel
Save