Re: [U-Boot] [PATCH v2 11/17] binman: Fix up removal of temporary directories

2018-10-09 Thread sjg
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 --- Changes in v2: None tools/binman/elf_test.py | 5 ++

[U-Boot] [PATCH v2 11/17] binman: Fix up removal of temporary directories

2018-10-01 Thread Simon Glass
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 --- Changes in v2: None tools/binman/elf_test.py | 5 ++