We have Makefile.am use this to decide how to invoke practracker on
the Tor source.
check-best-practices:
if USEPYTHON
- @$(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir)
+ @$(PYTHON) $(top_srcdir)/scripts/maint/practracker/practracker.py $(top_srcdir) $(TOR_PRACTRACKER_OPTIONS)
endif
practracker-regen:
--- /dev/null
+ o Minor features (best practices tracker):
+ - Add a TOR_PRACTRACKER_OPTIONS variable for passing arguments
+ to practracker from the environment. We may want this for
+ continuous integration. Closes ticket 31309.