瀏覽代碼

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