commit | 784e27de94ee1c142a0ed66fa3bb88bcd62c6971 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Oct 24 11:59:24 2019 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 30 17:48:47 2019 -0400 |
tree | d16fb9b9f2bdfd4aafcc496491f80e55c9dc440f | |
parent | b18abd021d0de4c6422e8e691de0ecc9cdec6808 [diff] |
test/py: Update test_fs to decode check_output calls The check_output function from the subprocess Python module by default returns data as encoded bytes and leaves decoding to the application. Given our uses of the call, it makes the most sense to immediately decode the results. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com> Tested-by: Simon Glass <sjg@chromium.org> [on sandbox] Signed-off-by: Tom Rini <trini@konsulko.com>