Skip to content
Snippets Groups Projects
Commit 223afc2d authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

practracker: add envvar TOR_PRACTRACKER_OPTIONS

We have Makefile.am use this to decide how to invoke practracker on
the Tor source.
parent e57209dc
No related branches found
No related tags found
No related merge requests found
......@@ -371,7 +371,7 @@ endif
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:
......
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment