]> git.dujemihanovic.xyz Git - u-boot.git/commit
log: Allow tests to pass with CONFIG_LOGF_FUNC_PAD set
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 20:30:28 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:25:21 +0000 (09:25 -0600)
commit1956785bf270036c8fa54f965924d65dcd02fd3f
treefeef78cb783e742ae629c8cc1afa628375ccaac5
parentdee65403cc78807a7f6ef19af536d6fd1fd2823d
log: Allow tests to pass with CONFIG_LOGF_FUNC_PAD set

This setting pads out the function names. Adjust the test to handle
this, since some boards use it.

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