]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove practracker from check-local (0.4.2 and 0.4.3 only)
authorNick Mathewson <nickm@torproject.org>
Wed, 19 Jun 2019 18:29:08 +0000 (14:29 -0400)
committerteor <teor@torproject.org>
Thu, 9 Apr 2020 09:39:28 +0000 (19:39 +1000)
practracker shouldn't be running in release or maint branches.

Makefile.am

index 03593df161986de7e481417ea7ecc44ee8cb1c1d..eaffbe41a4925647bcced1af0f7c006c1f1fdb1c 100644 (file)
@@ -245,7 +245,7 @@ test: all
 shellcheck:
        $(top_srcdir)/scripts/maint/checkShellScripts.sh
 
-check-local: check-spaces check-changes check-includes check-best-practices shellcheck
+check-local: check-spaces check-changes check-includes shellcheck
 
 need-chutney-path:
        @if test ! -d "$$CHUTNEY_PATH"; then \