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>
This commit is contained in:
@@ -530,4 +530,3 @@ index 0000000..2234c87
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
unittest.main()
|
unittest.main()
|
||||||
gitutil.RunTests()
|
|
||||||
|
Reference in New Issue
Block a user