Skip to content
Snippets Groups Projects
Commit adb76ee1 authored by Vijay Pai's avatar Vijay Pai
Browse files

Fix run_tests script for Mac

parent 6b7f893b
No related branches found
No related tags found
No related merge requests found
...@@ -75,8 +75,9 @@ _FORCE_ENVIRON_FOR_WRAPPERS = { ...@@ -75,8 +75,9 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = { _POLLING_STRATEGIES = {
'linux': ['epollsig', 'poll', 'poll-cv'] 'linux': ['epollsig', 'poll', 'poll-cv'],
# TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool # TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool
'mac': ['poll'],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment