]> git.sur5r.net Git - u-boot/commit
dtoc: Update tests to write failures to /tmp
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jul 2018 16:27:25 +0000 (10:27 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 9 Jul 2018 15:11:00 +0000 (09:11 -0600)
commit57f0bc428aeecbc30a89a10be05fa69fd3e64aef
treed7b8cb513c31dd046a0c8f4d048b8d987ad8a78a
parent2ba987531254dfacb299e88406b3da73ea2d7915
dtoc: Update tests to write failures to /tmp

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 <sjg@chromium.org>
tools/dtoc/test_dtoc.py