aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-10-09 18:04:00 -0700
committerGravatar kpayson64 <kpayson@google.com>2016-10-10 09:38:09 -0700
commitd195cf589d3f03b4f08017f3e2885c2c2fff125b (patch)
tree20bdfd90d4dd14d0acd85ac285143e656d45ca50 /tools/run_tests/run_tests.py
parent062ba7b8baefdc76f74fffb9aa3e2134ba047ea6 (diff)
Add condition variable polling engine
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index a6f3d405dc..a9925ed976 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -69,7 +69,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
- 'linux': ['epoll', 'poll', 'legacy']
+ 'linux': ['epoll', 'poll', 'poll-cv', 'legacy']
}