dtoc: Tidy up fdt_tests RunTests()
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2022 02:57:06 +0000 (20:57 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Aug 2022 17:55:41 +0000 (11:55 -0600)
commitb26dd9648c48d41c1486a623012363167c7a5fc7
tree982bb99014d42f9e3022687da58486d9b3b2069c
parent25980791b1848df7df6c273dc5578837cc84f853
dtoc: Tidy up fdt_tests RunTests()

Pass the options args in rather than using the global variables. Use snake
case, fix up comments and use a ternary operator to make pylint happy.

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