]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Test the stdout output
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:34:49 +0000 (20:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commitde846cbb307486a1533dcf4d5c28568412149ddb
treeb7ce16bdefa75178bf34d2566eae63a1ccba1eb0
parentf62cea0e205c905632be3aefa82b10ef36ce8a25
dtoc: Test the stdout output

Normally dtoc outputs to a file but it also offers a way to write output
to stdout. At present the test for that does not actually check that the
output is correct. Add this to the test.

This uses a member variable to hold the expected text, so it can be used
in muitiple places.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/test_dtoc.py