run-tests: revert previous commit, run() waits after a timeout stable
authorBrendan Cully <brendan@kublai.com>
Thu, 18 Jul 2013 09:42:44 -0700
branchstable
changeset 1287 4b788bb2993d
parent 1286 545a2ae04b54
child 1288 2e9c41125820
child 1289 0b972f189962
run-tests: revert previous commit, run() waits after a timeout [ original upstream message ]
tests/run-tests.py
--- 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