From: Tom Rini Date: Wed, 12 Feb 2025 22:23:17 +0000 (-0600) Subject: tools/patman: Don't call a non-existent suite X-Git-Tag: v2025.07-rc1~18^2~83^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e233cca9d9b8876f60e8fa2a17eceda165e649e;p=pandora-u-boot.git tools/patman: Don't call a non-existent suite With a newer pylint we get a warning that gitutil.RunTests does not exist, so remove the line. Signed-off-by: Tom Rini --- diff --git a/tools/patman/test_checkpatch.py b/tools/patman/test_checkpatch.py index 11d003bc4e7..3bf16febbf6 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()