diff options
| author | Tom Rini <[email protected]> | 2025-07-23 13:35:39 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-23 13:36:37 -0600 |
| commit | 67c791dcdf84f3b84e447685b0301400d9e2db73 (patch) | |
| tree | dd0be1982afd9d8776863663103c28c40274a262 | |
| parent | d0b9b9a80f438e6fcc12204fb88acad525d93673 (diff) | |
patman: Update test for Anatolij's new email address
This test was failing due to matching on Anatolij's old email address.
Switch to the new one.
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | tools/patman/test_cseries.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/test_cseries.py b/tools/patman/test_cseries.py index e58f2f68333..4c211c8ee89 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 <[email protected]>', out.getvalue()) + 'Cc: Anatolij Gustschin <[email protected]>', out.getvalue()) self.assertTrue(os.path.exists(os.path.join( self.tmpdir, '0001-video-Some-video-improvements.patch'))) |
