commit | 57f0bc428aeecbc30a89a10be05fa69fd3e64aef | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:25 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | d7b8cb513c31dd046a0c8f4d048b8d987ad8a78a | |
parent | 2ba987531254dfacb299e88406b3da73ea2d7915 [diff] |
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>