]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: dm: Show failing driver name
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 20:30:29 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:25:21 +0000 (09:25 -0600)
commitceffbfb629eb469f05a4d1bf92bf20515a1df0c9
treefc7333fe24a1e101cf6abb1495dce322ebf33097
parent1956785bf270036c8fa54f965924d65dcd02fd3f
test: dm: Show failing driver name

When a driver is not registered properly it is not clear which one it
is. Adjust test_dm_compat() to show this.

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