3277
3277
if sys.platform == "win32":
3278
3278
# if we're on windows, we can't execute the bzr script directly
3280
3282
fd, test_list_file_name = tempfile.mkstemp()
3281
3283
test_list_file = os.fdopen(fd, 'wb', 1)
3282
3284
for test in process_tests: