[PATCH] patman: Update test for Anatolij's new email address

Tom Rini trini at konsulko.com
Wed Jul 23 21:44:59 CEST 2025


This test was failing due to matching on Anatolij's old email address.
Switch to the new one.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 tools/patman/test_cseries.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/patman/test_cseries.py b/tools/patman/test_cseries.py
index e58f2f683332..4c211c8ee896 100644
--- a/tools/patman/test_cseries.py
+++ b/tools/patman/test_cseries.py
@@ -3278,7 +3278,7 @@ Date:   .*
         self.assertIn('bootm.c:1: check: Avoid CamelCase: <Fix>',
                       err.getvalue())
         self.assertIn(
-            'Cc:  Anatolij Gustschin <agust at denx.de>', out.getvalue())
+            'Cc:  Anatolij Gustschin <ag.dev.uboot at gmail.com>', out.getvalue())
 
         self.assertTrue(os.path.exists(os.path.join(
             self.tmpdir, '0001-video-Some-video-improvements.patch')))
-- 
2.43.0



More information about the U-Boot mailing list