tests/run-tests.py
branchstable
changeset 1260 d9ebd2545572
parent 1259 71fcece633e4
child 1261 13890d7a70b1
equal deleted inserted replaced
1259:71fcece633e4 1260:d9ebd2545572
   245     if options.tmpdir:
   245     if options.tmpdir:
   246         options.tmpdir = os.path.expanduser(options.tmpdir)
   246         options.tmpdir = os.path.expanduser(options.tmpdir)
   247 
   247 
   248     if options.jobs < 1:
   248     if options.jobs < 1:
   249         parser.error('--jobs must be positive')
   249         parser.error('--jobs must be positive')
   250     if options.interactive and options.jobs > 1:
       
   251         print '(--interactive overrides --jobs)'
       
   252         options.jobs = 1
       
   253     if options.interactive and options.debug:
   250     if options.interactive and options.debug:
   254         parser.error("-i/--interactive and -d/--debug are incompatible")
   251         parser.error("-i/--interactive and -d/--debug are incompatible")
   255     if options.debug:
   252     if options.debug:
   256         if options.timeout != defaults['timeout']:
   253         if options.timeout != defaults['timeout']:
   257             sys.stderr.write(
   254             sys.stderr.write(