author | Matt Mackall <mpm@selenic.com> |
Fri, 07 Jun 2013 15:58:14 -0500 | |
changeset 19303 | ef29a552d00d |
parent 19302 | a1b8b1b9e2e2 |
child 19304 | 59d5281b5799 |
--- a/tests/run-tests.py Fri Jun 07 15:56:16 2013 -0500 +++ b/tests/run-tests.py Fri Jun 07 15:58:14 2013 -0500 @@ -256,10 +256,6 @@ sys.stderr.write( 'warning: --timeout option ignored with --debug\n') options.timeout = 0 - if options.time: - sys.stderr.write( - 'warning: --time option ignored with --debug\n') - options.time = False 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+')