# HG changeset patch # User Brendan Cully # Date 2013-07-18 16:42:44 # Node ID e8bcd7b0a653138d14a140c771f43252bf686432 # Parent 6857f554ae0efa9a267b261f3d1546509f46f035 run-tests: revert previous commit, run() waits after a timeout diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -88,7 +88,6 @@ def Popen4(cmd, wd, timeout, env=None): p.timeout = True if p.returncode is None: terminate(p) - p.wait() threading.Thread(target=t).start() return p