Home | History | Annotate | Download | only in test

Lines Matching refs:old_stderr

1305     old_stderr = sys.stderr
1331 if old_stderr.name != '<stderr>' and config.get('split_stderr'):
1334 new_stderr = open("%s.%s" % (old_stderr.name, configPostfix), "w")