From 4ecd09cfb7c5d43450d481807f60feb0aa98bccf Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 19 Jun 2019 14:29:08 -0400 Subject: [PATCH] remove practracker from check-local (0.4.1 only) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7a0d40d6a5..3f3de34ceb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -230,7 +230,7 @@ shellcheck: fi; \ fi -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 \