aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-27 12:08:18 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-27 12:08:18 -0700
commitd4838a98c5fb8b1227420f7577615ef7f66ac43e (patch)
tree414dddba5f6840682bed9d0d61f296b22055f4ae /tools
parentc67cc999e35061873b4ba8bd72ebfb4ff8b7c0b6 (diff)
Tweaks
Diffstat (limited to 'tools')
-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 4da2ba4c3b..c1da93f422 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -72,7 +72,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
- 'linux': ['epoll', 'poll', 'poll-cv']
+ 'linux': ['epoll1', 'epollsig', 'poll', 'poll-cv']
}