]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Check help output
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 20:30:31 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:25:21 +0000 (09:25 -0600)
commitf840a5b34ca181c4ecd8ee5c60a0a1bf5f8e559c
treedfa23374b19a08a95b5097f495fdbf11393c9900
parent190933fbb56775f0415c885be38854cac41faaf2
test: Check help output

The current test doesn't check anything about the output. If a bug
results in junk before the output, this is not currently detected.

Add a check for the first line being the one expected.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_help.py