##// END OF EJS Templates
run-tests: remove spurious disable of --time with --debug
Matt Mackall -
r19303:ef29a552 default
parent child Browse files
Show More
@@ -256,10 +256,6 def parseargs():
256 sys.stderr.write(
256 sys.stderr.write(
257 'warning: --timeout option ignored with --debug\n')
257 'warning: --timeout option ignored with --debug\n')
258 options.timeout = 0
258 options.timeout = 0
259 if options.time:
260 sys.stderr.write(
261 'warning: --time option ignored with --debug\n')
262 options.time = False
263 if options.py3k_warnings:
259 if options.py3k_warnings:
264 if sys.version_info[:2] < (2, 6) or sys.version_info[:2] >= (3, 0):
260 if sys.version_info[:2] < (2, 6) or sys.version_info[:2] >= (3, 0):
265 parser.error('--py3k-warnings can only be used on Python 2.6+')
261 parser.error('--py3k-warnings can only be used on Python 2.6+')
General Comments 0
You need to be logged in to leave comments. Login now