Fix run_tests script for Mac

pull/11149/head
Vijay Pai 8 years ago
parent 6b7f893b58
commit adb76ee1e6
  1. 3
      tools/run_tests/run_tests.py

@ -75,8 +75,9 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
'linux': ['epollsig', 'poll', 'poll-cv']
'linux': ['epollsig', 'poll', 'poll-cv'],
# TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool
'mac': ['poll'],
}

Loading…
Cancel
Save