commit | d5164a79703df76254d8c0ac67037d629d113518 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:49 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 23 20:27:58 2019 -0700 |
tree | a5b270b57973b6aa70d15b05659cb1922dbe2ab7 | |
parent | ee0c9a739f219c80b8a1f1abc217338c8c2087cc [diff] |
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>