فهرست منبع

Add epollex polling engine to run_tests.py

Craig Tiller 8 سال پیش
والد
کامیت
eb73f80085
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tools/run_tests/run_tests.py

+ 1 - 1
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']
 }