]> git.baikalelectronics.ru Git - uboot.git/commit
event: Drop the path when checking event-list filenames
authorSimon Glass <sjg@chromium.org>
Sun, 9 Oct 2022 03:33:21 +0000 (21:33 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Oct 2022 13:36:33 +0000 (07:36 -0600)
commitb5ff7e492b9de5906bf22d6cf50c322c037d231d
treea10b10ed3dde3c2f655e86578380a8624da77db8
parent7afb98f1e052c7b09d5bdc493559996e36e63be6
event: Drop the path when checking event-list filenames

This path does not seem to be present in clang-14 for some reason. Relax
the regular expression so that the test works, at least for non-LTO.

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