]> git.dujemihanovic.xyz Git - u-boot.git/commit
patman: Fix tests if add_maintainers is set to False
authorSean Anderson <seanga2@gmail.com>
Fri, 19 Apr 2024 02:36:30 +0000 (22:36 -0400)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:32 +0000 (07:36 +0100)
commiteba80858039c403cb3e2ef166c7f1418838d4ec2
treede266b4d0133a81e4b791407e941107116e57780
parent07a6c69759eb4a99f044962c8c40c093af534351
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>
tools/patman/func_test.py