aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesonbuild/mtest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/mesonbuild/mtest.py b/mesonbuild/mtest.py
index 7e2d221..5a0af47 100644
--- a/mesonbuild/mtest.py
+++ b/mesonbuild/mtest.py
@@ -1204,8 +1204,6 @@ class SingleTestRunner:
stde_task = p.stderr.read(-1)
returncode, result, additional_error = await p.wait(self.runobj.timeout)
- if result is TestResult.TIMEOUT and self.options.verbose:
- print('{} time out (After {} seconds)'.format(self.test.name, self.runobj.timeout))
if stdo_task is not None:
stdo = decode(await stdo_task)