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:
George Kadianakis
2019-02-28 12:09:10 +02:00
committed by Nick Mathewson
parent 31c1d91ffb
commit 58de565988
4 changed files with 47 additions and 28 deletions
+1 -1
View File
@@ -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