tools/patman: Don't call a non-existent suite
authorTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 22:23:17 +0000 (16:23 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 21 Feb 2025 14:24:33 +0000 (08:24 -0600)
With a newer pylint we get a warning that gitutil.RunTests does not
exist, so remove the line.

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

index 11d003b..3bf16fe 100644 (file)
@@ -530,4 +530,3 @@ index 0000000..2234c87
 
 if __name__ == "__main__":
     unittest.main()
-    gitutil.RunTests()