mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
patman: Add some tests for warnings
Add tests that check that warnings are generated when expected. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -419,7 +419,7 @@ class PatchStream:
|
||||
# Remove Tested-by self, since few will take much notice
|
||||
if (rtag_type == 'Tested-by' and
|
||||
who.find(os.getenv('USER') + '@') != -1):
|
||||
self._add_warn("Ignoring %s" % line)
|
||||
self._add_warn("Ignoring '%s'" % line)
|
||||
elif rtag_type == 'Patch-cc':
|
||||
self.commit.AddCc(who.split(','))
|
||||
else:
|
||||
|
Reference in New Issue
Block a user