tests/run-tests.py
branchstable
changeset 1258 4cde0e29010b
parent 1257 d1cc63bb278f
child 1259 71fcece633e4
equal deleted inserted replaced
1257:d1cc63bb278f 1258:4cde0e29010b
  1059         sys.stderr.write('warning: %s with unexpected mercurial lib: %s\n'
  1059         sys.stderr.write('warning: %s with unexpected mercurial lib: %s\n'
  1060                          '         (expected %s)\n'
  1060                          '         (expected %s)\n'
  1061                          % (verb, actualhg, expecthg))
  1061                          % (verb, actualhg, expecthg))
  1062 
  1062 
  1063 results = {'.':[], '!':[], 's':[], 'i':[]}
  1063 results = {'.':[], '!':[], 's':[], 'i':[]}
  1064 resultslock = threading.Lock()
       
  1065 times = []
  1064 times = []
  1066 iolock = threading.Lock()
  1065 iolock = threading.Lock()
  1067 abort = False
  1066 abort = False
  1068 
  1067 
  1069 def scheduletests(options, tests):
  1068 def scheduletests(options, tests):