]> git.dujemihanovic.xyz Git - u-boot.git/commit
dtoc: Drop sys.exit() in test_fdt
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:58 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
commite1c0811114ea383e8f0cdd1e3535a25421f2619b
treee42a66cc361330744611b5900a404e93d4a13758
parent45a226a16b99f0e7c86e7dcb2cd4035195f69e7f
dtoc: Drop sys.exit() in test_fdt

This breaks using pytest to run the tests. Drop it.

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