Re: [PATCH 05/25] patman: Add a test for collecting a PATCH prefix

2025-05-23 Thread Simon Glass
Add one more test for completeness, since this occurs commonly. Signed-off-by: Simon Glass --- tools/patman/func_test.py | 8 1 file changed, 8 insertions(+) Applied to sjg/master, thanks!

[PATCH 05/25] patman: Add a test for collecting a PATCH prefix

2025-05-10 Thread Simon Glass
Add one more test for completeness, since this occurs commonly. Signed-off-by: Simon Glass --- tools/patman/func_test.py | 8 1 file changed, 8 insertions(+) diff --git a/tools/patman/func_test.py b/tools/patman/func_test.py index da81101ea93..55abf52bdb5 100644 --- a/tools/patman/fun