]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Reset missing bintools after testing
authorSimon Glass <sjg@chromium.org>
Sat, 14 Oct 2023 20:40:25 +0000 (14:40 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 2 Nov 2023 15:38:54 +0000 (09:38 -0600)
commit823f5c3a02276067c583b2f31144095f2b3b41fc
tree58d691dc8f45250ea6dc92453fdb9a0baead4653
parenta13af89e10391189b87ad32616ba688d6d7c5878
binman: Reset missing bintools after testing

For tests which fake bintools being missing, we need to reset the list
afterwards, to ensure that future tests do not also see the bintools as
missing.

Reset the list when processing is complete.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
tools/binman/control.py