diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-25 10:57:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-25 10:57:07 -0400 |
commit | 94905e1db8d8d42c4f39f14dbee2f9788390db5e (patch) | |
tree | 68942735eb1a5b966296c219a5dd0032e01b2cd0 /tools/patman/func_test.py | |
parent | 90efca253973944d7169932820e0bc6419b8cd7b (diff) | |
parent | a60aedfd31722f835dc834f9f2f60882beb96991 (diff) |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'tools/patman/func_test.py')
-rw-r--r-- | tools/patman/func_test.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/patman/func_test.py b/tools/patman/func_test.py index 85372f3c0ad..3f7e0321447 100644 --- a/tools/patman/func_test.py +++ b/tools/patman/func_test.py @@ -149,7 +149,8 @@ class TestFunctional(unittest.TestCase): patchstream.InsertCoverLetter(cover_fname, series, count) series.DoChecks() cc_file = series.MakeCcFile(process_tags, cover_fname, - not ignore_bad_tags, add_maintainers) + not ignore_bad_tags, add_maintainers, + None) cmd = gitutil.EmailPatches(series, cover_fname, args, dry_run, not ignore_bad_tags, cc_file, in_reply_to=in_reply_to, thread=None) |