diff options
author | Tom Rini <trini@konsulko.com> | 2025-02-12 16:23:17 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-02-21 08:24:33 -0600 |
commit | 8e233cca9d9b8876f60e8fa2a17eceda165e649e (patch) | |
tree | fec14bf874d42f357e87cd6742a03e893acca67e /tools/patman/test_checkpatch.py | |
parent | a21f6efaf58cf3df6537f1549d509339de5aeabc (diff) |
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>
Diffstat (limited to 'tools/patman/test_checkpatch.py')
-rw-r--r-- | tools/patman/test_checkpatch.py | 1 |
1 files changed, 0 insertions, 1 deletions
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() |