3594
3594
self.additional_selftest_args['runner_class'] = SubUnitBzrRunner
3595
3595
# On Windows, disable automatic conversion of '\n' to '\r\n' in
3596
3596
# stdout, which would corrupt the subunit stream.
3599
3603
msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)