[U-Boot] [PATCH v2 11/17] binman: Fix up removal of temporary directories
sjg at google.com
sjg at google.com
Wed Oct 10 00:01:37 UTC 2018
At present 'make check' leaves some temporary directories around. Part of
this is because we call tools.PrepareOutputDir() twice in some cases,
without calling tools.FinaliseOutputDir() in between.
Fix this.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/binman/elf_test.py | 5 +++++
tools/binman/entry_test.py | 8 ++++++--
tools/binman/fdt_test.py | 4 ++++
tools/binman/ftest.py | 8 +++-----
tools/dtoc/test_fdt.py | 10 +++++++---
5 files changed, 25 insertions(+), 10 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list