aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-10-17 13:12:22 -0700
committerGravatar GitHub <noreply@github.com>2016-10-17 13:12:22 -0700
commit872559593329f1a6903d0b41f669eb4ba719dbe8 (patch)
treed081c92bdd4abfa22260f2a72bf2d5af59c83b2f /tools/run_tests/run_tests.py
parentf04942592a6d8c31bb78fea634ae6a1b030f1c80 (diff)
parent97e6920e44a19718099d7670b1e3fb0076f4de45 (diff)
Merge pull request #7664 from kpayson64/cv_wakeup_fd
Add Shim for wakeup_fds with no pipe or
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 dd070b1fe0..e9ee5f538d 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']
}