]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Allow preserving test directories
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:49 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:58 +0000 (20:27 -0700)
commitd5164a79703df76254d8c0ac67037d629d113518
treea5b270b57973b6aa70d15b05659cb1922dbe2ab7
parentee0c9a739f219c80b8a1f1abc217338c8c2087cc
binman: Allow preserving test directories

Sometimes when debugging tests it is useful to keep the input and output
directories so they can be examined later. Add an option for this and
update the binman tests to support it. This affects both the test class
and the tearDown() function called after each test.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/README
tools/binman/binman.py
tools/binman/cmdline.py
tools/binman/ftest.py