autobuild: py3: cope with bytes when compiling system-info.txt
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 11 Dec 2018 21:17:38 +0000 (10:17 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 12 Dec 2018 03:38:13 +0000 (04:38 +0100)
commit25ab429371f7cd4d4cd572d843d3607f2ce1db6f
tree12b4d750ef203b6550f9eaa83c23347306616d64
parent8d333f43055daf5e18623f2ad9e379f58ef5f8cd
autobuild: py3: cope with bytes when compiling system-info.txt

The command output looks like b'foo\nbar' in string-space.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py