
5 Nov
2019
5 Nov
'19
1:06 p.m.
At present patman test fail in some environments which don't use utf-8 as the default file encoding. Add this explicitly.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Add new patch to explicitly use unicode for file I/O in patman
tools/patman/func_test.py | 8 ++++---- tools/patman/patchstream.py | 4 ++-- tools/patman/series.py | 2 +- tools/patman/settings.py | 4 ++-- tools/patman/test.py | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-)
Applied to u-boot-fdt