run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate() stable
authorThomas Arendsen Hein <thomas@intevation.de>
Thu, 30 Jun 2011 16:36:38 +0200
branchstable
changeset 14822 760d2dae4839
parent 14821 2017495bd552
child 14823 f5bfb27b64e3
child 14824 7698c275aa56
run-test: revert most of 439ed4721a6d, timeout uses fallback for terminate()
tests/run-tests.py
--- a/tests/run-tests.py	Thu Jun 30 16:25:05 2011 +0200
+++ b/tests/run-tests.py	Thu Jun 30 16:36:38 2011 +0200
@@ -259,10 +259,6 @@
             sys.stderr.write(
                 'warning: --timeout option ignored with --debug\n')
         options.timeout = 0
-    if options.timeout and not hasattr(subprocess.Popen, 'terminate'):
-        sys.stderr.write('warning: timeout is not supported on this '
-                         'platform and will be ignored\n')
-        options.timeout = 0
     if options.py3k_warnings:
         if sys.version_info[:2] < (2, 6) or sys.version_info[:2] >= (3, 0):
             parser.error('--py3k-warnings can only be used on Python 2.6+')