
15 Jul
2024
15 Jul
'24
3:31 p.m.
On Fri, 19 Apr 2024 at 03:36, Sean Anderson seanga2@gmail.com wrote:
If add_maintainers is set to False in the user's ~/.patman config, it will cause the custom_get_maintainer_script to fail since that test expects maintainers to be added. Set add_maintainer to True in the .patman config to prevent this.
Fixes: 8c042fb7f9f ("patman: add '--get-maintainer-script' argument") Signed-off-by: Sean Anderson seanga2@gmail.com
tools/patman/func_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!