commit 4ecd09cfb7c5d43450d481807f60feb0aa98bccf Author: Nick Mathewson nickm@torproject.org Date: Wed Jun 19 14:29:08 2019 -0400
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 7a0d40d6a..3f3de34ce 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 \
tor-commits@lists.torproject.org