image-fuzzer: Use errors parameter of subprocess.Popen()
commitfca538a17124139d0270a5e2eb8da0dea50b4d5a
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 16 Oct 2019 19:24:30 +0000 (16 16:24 -0300)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 5 Nov 2019 15:35:06 +0000 (5 16:35 +0100)
tree682a160283ebdd6358bceec1bc802ec6535b4d85
parent73bdbb84ec710c53ca8318a2bff8640b6d7e31f2
image-fuzzer: Use errors parameter of subprocess.Popen()

Instead of manually encoding stderr and stdout output, use
`errors` parameter of subprocess.Popen().  This will make
process.communicate() return unicode strings instead of bytes
objects.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20191016192430.25098-11-ehabkost@redhat.com
Message-Id: <20191016192430.25098-11-ehabkost@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/image-fuzzer/runner.py