
29 Jul
2019
29 Jul
'19
11:21 p.m.
At present some tests leave behind output directories. This happens because some tests call binman, which sets up an output directory, then call it again, which sets up another output directory and leaves the original one behind.
Fix this by using a separate temporary directory when binman is called twice, or by manually removing the output directory.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/binman/ftest.py | 51 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 42 insertions(+), 9 deletions(-)
Applied to u-boot-dm, thanks!