]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
patman: Update test for Anatolij's new email address
authorTom Rini <trini@konsulko.com>
Wed, 23 Jul 2025 19:35:39 +0000 (13:35 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 23 Jul 2025 19:36:37 +0000 (13:36 -0600)
This test was failing due to matching on Anatolij's old email address.
Switch to the new one.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/patman/test_cseries.py

index e58f2f683332fccbf4ca46cb33c133e39ff6d0df..4c211c8ee896dd0d28a68a599d2a0d99279cfb96 100644 (file)
@@ -3278,7 +3278,7 @@ Date:   .*
         self.assertIn('bootm.c:1: check: Avoid CamelCase: <Fix>',
                       err.getvalue())
         self.assertIn(
-            'Cc:  Anatolij Gustschin <agust@denx.de>', out.getvalue())
+            'Cc:  Anatolij Gustschin <ag.dev.uboot@gmail.com>', out.getvalue())
 
         self.assertTrue(os.path.exists(os.path.join(
             self.tmpdir, '0001-video-Some-video-improvements.patch')))