mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Call practracker as part of check-local.
- Introduce 'make check-best-practices'. - Fix up Tor topdir etc to work with the way 'make check-local' gets called. - Make practracker less likely to print useless stuff.
This commit is contained in:
committed by
Nick Mathewson
parent
31c1d91ffb
commit
58de565988
@@ -96,6 +96,6 @@ def get_old_problem_from_exception_str(exception_str):
|
||||
elif problem_type == "function-size":
|
||||
return FunctionSizeProblem(problem_location, metric_value)
|
||||
else:
|
||||
print("Unknown exception line {}".format(exception_str))
|
||||
# print("Unknown exception line '{}'".format(exception_str))
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user