mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
patman: Quieten down the alias checking
When a tag is used in a patch subject (e.g. "tag: rest of message") and it cannot be found as an alias, patman currently reports a fatal error, unless -t is provided, in which case it reports a warning. Experience suggest that the fatal error is not very useful. Instead, default to reporting a warning, with -t tell patman to ignore it altogether. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
c7e42cabed
commit
0fb560d9a7
4 changed files with 31 additions and 32 deletions
|
@ -186,7 +186,7 @@ class TestFunctional(unittest.TestCase):
|
|||
- Commit-notes
|
||||
"""
|
||||
process_tags = True
|
||||
ignore_bad_tags = True
|
||||
ignore_bad_tags = False
|
||||
stefan = b'Stefan Br\xc3\xbcns <stefan.bruens@rwth-aachen.de>'.decode('utf-8')
|
||||
rick = 'Richard III <richard@palace.gov>'
|
||||
mel = b'Lord M\xc3\xablchett <clergy@palace.gov>'.decode('utf-8')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue