tests/run-tests.py
changeset 1156 337e1ceae82e
parent 1155 380eea1f5add
child 1157 06d4b5a1c4e8
equal deleted inserted replaced
1154:2498fa07212f 1156:337e1ceae82e
  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.