commit 2d34d4d1af5395885780ee96fbedb0bf17fb0f44
parent 2d7e08d57ef5d3b785cfaa6961d6d3c73fe59535
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 19 Jun 2019 14:29:08 -0400
remove practracker from check-local (0.4.2 and 0.4.3 only)
practracker shouldn't be running in release or maint branches.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
@@ -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 \