]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9fb6001c540e28f482cc9d9677dbe3a8885d2988
tree982bb99014d42f9e3022687da58486d9b3b2069c
parent4d84141ba0cd7bc93e8b0622acaef31dd474f33d
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