commit | b3d6fc78e2cf2f555d484be20639d88cc04b01b7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 20 12:24:10 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 29 09:38:06 2019 -0600 |
tree | d1ea9133dab26a1089e43cdf7d455cb46d9a7358 | |
parent | ee9d10d766f9ff3c7c95b25890f3b42aa2556d53 [diff] |
binman: Clean up all output directories in tests 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>