[PATCH v3 2/8] patman: locate test data files via __file__ and pathlib
Simon Glass
sjg at chromium.org
Wed Dec 21 01:28:46 CET 2022
Previously it would rely on the executing script location, which could
break for example when running the tests via 'pytest'.
Reviewed-by: Simon Glass <sjg at chromium.org>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer at savoirfairelinux.com>
---
(no changes since v1)
tools/patman/func_test.py | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list