aboutsummaryrefslogtreecommitdiffstats
path: root/testing/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/runner.py')
-rw-r--r--testing/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/runner.py b/testing/runner.py
index 90076f582..a993c3a5c 100644
--- a/testing/runner.py
+++ b/testing/runner.py
@@ -148,6 +148,7 @@ class TestRunner(object):
def xprint(*args, **kw):
print(*args, file=output, **kw)
+ # 'for line in input:' would read into too large chunks
while True:
line = input.readline()
if not line: