]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Fix fdt test coverage
authorSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2022 02:57:07 +0000 (20:57 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Aug 2022 17:55:41 +0000 (11:55 -0600)
commitdef181b42785dc1db2f13513a779a776cf97d606
treeda4c7bbcfc868abe6a856a90652fc19ec64d14fd
parent9fb6001c540e28f482cc9d9677dbe3a8885d2988
dtoc: Fix fdt test coverage

Fix a bug that the --processes option was ignored, thus resulting in no
test coverage information being generated.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: 09ac5661c8f ("dtoc: Update fdt tests to use test_util")
tools/dtoc/test_fdt.py