equal
deleted
inserted
replaced
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. |