]> git.baikalelectronics.ru Git - uboot.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)
commit659c223b6c035b974b6e8e7747fb0365700bcf9a
treea5b270b57973b6aa70d15b05659cb1922dbe2ab7
parente61401a4a423847bbaab9ac70f669be149ae9208
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