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)
commit5fe72d968f6c388b41202c54c563815f2db977fc
treea10b10ed3dde3c2f655e86578380a8624da77db8
parentd13879211285d5cc5cfb727eb36b41da0111edf0
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