aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:17:43 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-08 08:17:43 -0800
commite6684f415e32b9317f549c64ff05f44e7fe71cfd (patch)
tree8d118b8b94a359e412df0b7449ba74a1215ef55a /tools/run_tests/run_tests.py
parentb065b31c257a9562114433d880ce19985bc3a0a3 (diff)
Remove legacy poller
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 8f043f9bcc..fe8ad5f6ad 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', 'poll-cv', 'legacy']
+ 'linux': ['epoll', 'poll', 'poll-cv']
}