diff options
Diffstat (limited to 'lldb/test/dotest.py')
-rwxr-xr-x | lldb/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index abebd9336b0..85948f2e1a5 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -564,7 +564,7 @@ for ia in range(len(archs) if iterArchs else 1): new_stderr.close() new_stderr = open("%s.%s" % (old_stderr.name, configPostfix), "w") sys.stderr = new_stderr - if old_stdout.name != '<stderr>' and config.get('split_stderr'): + if old_stdout.name != '<stdout>' and config.get('split_stdout'): if new_stdout: new_stdout.close() new_stdout = open("%s.%s" % (old_stdout.name, configPostfix), "w") |