commit | a06df74b8c05a860becbbe6e978e36036a81d6c1 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Thu Apr 18 22:36:30 2024 -0400 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 03 07:36:32 2024 +0100 |
tree | de266b4d0133a81e4b791407e941107116e57780 | |
parent | 9838d34d6af13f269af947e1632f8f7f3d21c323 [diff] |
patman: Fix tests if add_maintainers is set to False 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> Reviewed-by: Simon Glass <sjg@chromium.org>