avocado.utils.process: Fix stderr prefixing

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 e058a297
......@@ -153,7 +153,7 @@ class SubProcess(object):
output_file = self.stdout_file
lock = self.stdout_lock
elif input_pipe == self.sp.stderr:
prefix = '[stdout] %s'
prefix = '[stderr] %s'
output_file = self.stderr_file
lock = self.stderr_lock
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册