提交 dedadb8a 编写于 作者: L Lucas Meneghel Rodrigues

Merge pull request #365 from lmr/fix-timeout-logging

avocado.runner: Remove root logger logging upon timeout
......@@ -164,7 +164,6 @@ class TestRunner(object):
while True:
try:
if time.time() >= time_deadline:
logging.error("timeout")
os.kill(p.pid, signal.SIGUSR1)
break
wait.wait_for(lambda: not q.empty() or not p.is_alive(),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册