changeset 19438:e8bcd7b0a653

run-tests: revert previous commit, run() waits after a timeout
author Brendan Cully <brendan@kublai.com>
date Thu, 18 Jul 2013 09:42:44 -0700
parents 6857f554ae0e
children f4148c36f0aa
files tests/run-tests.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests.py	Thu Jul 18 09:39:01 2013 -0700
+++ b/tests/run-tests.py	Thu Jul 18 09:42:44 2013 -0700
@@ -88,7 +88,6 @@
             p.timeout = True
             if p.returncode is None:
                 terminate(p)
-                p.wait()
         threading.Thread(target=t).start()
 
     return p