git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a21f6ef
)
tools/patman: Don't call a non-existent suite
author
Tom Rini
<trini@konsulko.com>
Wed, 12 Feb 2025 22:23:17 +0000
(16:23 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/tools/patman/test_checkpatch.py
b/tools/patman/test_checkpatch.py
index
11d003b
..
3bf16fe
100644
(file)
--- 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()