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)
commit8e233cca9d9b8876f60e8fa2a17eceda165e649e
treefec14bf874d42f357e87cd6742a03e893acca67e
parenta21f6efaf58cf3df6537f1549d509339de5aeabc
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 <trini@konsulko.com>
tools/patman/test_checkpatch.py