On 6 July 2018 at 10:27, Simon Glass <s...@chromium.org> wrote:
> When a test fails due to an output mismatch (e.g. due to a new property
> being adding to a test file) it is currently hard to update the test to
> the new output. In particular the tabs in the file are written as \t in
> the Python tests.
>
> To make this easier, write both the expected and actual results to /tmp
> to allow use of meld, and copying into the test.
>
> Signed-off-by: Simon Glass <s...@chromium.org>
> ---
>
> Changes in v2: None
>
>  tools/dtoc/test_dtoc.py | 56 ++++++++++++++++++++++++++++++-----------
>  1 file changed, 42 insertions(+), 14 deletions(-)

Applied to u-boot-dm
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to