Re: [PATCH 1/3] patman: Fix tests if add_maintainers is set to False

2024-07-15 Thread Simon Glass
On Fri, 19 Apr 2024 at 03:36, Sean Anderson 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.

Re: [PATCH 1/3] patman: Fix tests if add_maintainers is set to False

2024-07-01 Thread Simon Glass
On Fri, 19 Apr 2024 at 03:36, Sean Anderson 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.