diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-19 14:29:08 -0400 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-09 19:39:28 +1000 |
commit | 2d34d4d1af5395885780ee96fbedb0bf17fb0f44 (patch) | |
tree | 988b1a5f85409750ef7582411623eabc28f818e7 /Makefile.am | |
parent | 2d7e08d57ef5d3b785cfaa6961d6d3c73fe59535 (diff) | |
download | tor-2d34d4d1af5395885780ee96fbedb0bf17fb0f44.tar.gz tor-2d34d4d1af5395885780ee96fbedb0bf17fb0f44.zip |
remove practracker from check-local (0.4.2 and 0.4.3 only)
practracker shouldn't be running in release or maint branches.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 03593df161..eaffbe41a4 100644 --- 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 \ |