tests/run-tests.py
branchstable
changeset 1155 380eea1f5add
parent 1152 9a4ed3acf89e
child 1157 06d4b5a1c4e8
equal deleted inserted replaced
1153:d98134ae80ba 1155:380eea1f5add
  1168     if not options.child:
  1168     if not options.child:
  1169         os.umask(022)
  1169         os.umask(022)
  1170 
  1170 
  1171         checktools()
  1171         checktools()
  1172 
  1172 
  1173     if len(args) == 0:
  1173         if len(args) == 0:
  1174         args = os.listdir(".")
  1174             args = os.listdir(".")
  1175     args.sort()
  1175         args.sort()
  1176 
  1176 
  1177     tests = args
  1177     tests = args
  1178 
  1178 
  1179     # Reset some environment variables to well-known values so that
  1179     # Reset some environment variables to well-known values so that
  1180     # the tests produce repeatable output.
  1180     # the tests produce repeatable output.