tests/run-tests.py
branchstable
changeset 1219 cefcbbc5502c
parent 1218 d29df508e187
child 1221 3a049b21a05b
equal deleted inserted replaced
1218:d29df508e187 1219:cefcbbc5502c
  1242         os.umask(022)
  1242         os.umask(022)
  1243 
  1243 
  1244         checktools()
  1244         checktools()
  1245 
  1245 
  1246         if len(args) == 0:
  1246         if len(args) == 0:
  1247             args = os.listdir(".")
  1247             args = sorted(os.listdir("."))
  1248         args.sort()
       
  1249 
  1248 
  1250     tests = args
  1249     tests = args
  1251 
  1250 
  1252     # Reset some environment variables to well-known values so that
  1251     # Reset some environment variables to well-known values so that
  1253     # the tests produce repeatable output.
  1252     # the tests produce repeatable output.