check-best-practices:
if USEPYTHON
- $(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir)
+ @if test "$$TOR_DISABLE_PRACTRACKER" = ""; then \
+ $(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir); \
+ fi
endif
practracker-regen:
({}) if you can't.
See doc/HACKING/HelpfulTools.md for more information on using practracker.\
+
+You can disable this message by setting the TOR_DISABLE_PRACTRACKER environment
+variable.
""".format(found_new_issues, exceptions_file)
print(new_issues_str)