[PATCH] tools/patman: Don't call a non-existent suite

Tom Rini trini at konsulko.com
Wed Feb 12 23:23:17 CET 2025


With a newer pylint we get a warning that gitutil.RunTests does not
exist, so remove the line.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Simon Glass <sjg at chromium.org>
---
 tools/patman/test_checkpatch.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/patman/test_checkpatch.py b/tools/patman/test_checkpatch.py
index db7860f551d0..25caca0b91aa 100644
--- a/tools/patman/test_checkpatch.py
+++ b/tools/patman/test_checkpatch.py
@@ -530,4 +530,3 @@ index 0000000..2234c87
 
 if __name__ == "__main__":
     unittest.main()
-    gitutil.RunTests()
-- 
2.43.0



More information about the U-Boot mailing list