commit | 36d6d151212081c5527e8ddaf40b60684a0d74c8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Feb 12 16:23:17 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 21 08:24:33 2025 -0600 |
tree | fec14bf874d42f357e87cd6742a03e893acca67e | |
parent | 168e32bc96e96ebe59c5cd417e818188e636db2b [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>
diff --git a/tools/patman/test_checkpatch.py b/tools/patman/test_checkpatch.py index 11d003b..3bf16fe 100644 --- a/tools/patman/test_checkpatch.py +++ b/tools/patman/test_checkpatch.py
@@ -530,4 +530,3 @@ if __name__ == "__main__": unittest.main() - gitutil.RunTests()