diff options
author | Simon Glass <sjg@chromium.org> | 2019-07-08 13:18:49 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2019-07-23 20:27:58 -0700 |
commit | d5164a79703df76254d8c0ac67037d629d113518 (patch) | |
tree | a5b270b57973b6aa70d15b05659cb1922dbe2ab7 /tools/binman/README | |
parent | ee0c9a739f219c80b8a1f1abc217338c8c2087cc (diff) | |
download | u-boot-d5164a79703df76254d8c0ac67037d629d113518.tar.gz u-boot-d5164a79703df76254d8c0ac67037d629d113518.tar.xz u-boot-d5164a79703df76254d8c0ac67037d629d113518.zip |
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>
Diffstat (limited to 'tools/binman/README')
-rw-r--r-- | tools/binman/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/binman/README b/tools/binman/README index 7eda244bbe..2f4c7fec21 100644 --- a/tools/binman/README +++ b/tools/binman/README @@ -731,6 +731,14 @@ Use '-P 1' to disable this. It is automatically disabled when code coverage is being used (-T) since they are incompatible. +Debugging tests +--------------- + +Sometimes when debugging tests it is useful to keep the input and output +directories so they can be examined later. Use -X or --test-preserve-dirs for +this. + + Advanced Features / Technical docs ---------------------------------- |