Add epollex polling engine to run_tests.py

pull/10507/head
Craig Tiller 8 years ago
parent 7f5fac9054
commit eb73f80085
  1. 2
      tools/run_tests/run_tests.py

@ -72,7 +72,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
'linux': ['epoll', 'poll', 'poll-cv']
'linux': ['epollex', 'epoll', 'poll', 'poll-cv']
}

Loading…
Cancel
Save