From a18994c2ff7836a5b6998f6aee24583d920dad80 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Thu, 21 Dec 2017 19:44:25 +0100 Subject: small enhancement for testrunner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new testrunner now has the multiple test feature. We refine and correct the summary view a little bit, remove more dead code, add some comments and improve the output slightly. Change-Id: I152bf5cbe2171fb07de7e88054a42fc767dc14c0 Reviewed-by: Friedemann Kleint Reviewed-by: Qt CI Bot Reviewed-by: Simo Fält --- testing/runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testing/runner.py') 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: -- cgit v1.2.3