You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
check_compliance.py: Don't error out for internal test(e)dtlib errors
Instead of catching DeviceTreeCheck exceptions from test(e)dtlib.py all
the way up in main(), catch them in the DeviceTreeCheck test itself, and
report them with ComplianceTest.error().
That way, other tests (e.g. pylint) can still run and report to GitHub
when there are internal errors in test(e)dtlib.py.
Motivated by zephyrproject-rtos/zephyr#22255.
Signed-off-by: Ulf Magnusson <[email protected]>
0 commit comments