aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-12-12 16:08:05 +1000
committerteor <teor@torproject.org>2019-12-12 16:08:05 +1000
commit36dce6836d2a32426275df47ec5ea71dbb122034 (patch)
treeeb3cacaa523604429ddbaeee9ce66371974f4f29 /Makefile.am
parenta38014e5c6fa7955e9af61b42eddb2bc9edc29a9 (diff)
downloadtor-36dce6836d2a32426275df47ec5ea71dbb122034.tar.gz
tor-36dce6836d2a32426275df47ec5ea71dbb122034.zip
Makefile: Remove the broken, duplicate check-practracker-unit-test
This test doesn't set PYTHON, and ignores USE_PYTHON. And it's already listed in TEST_SCRIPTS. Fixes CI issue 32705.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 58b791a619..2dd3a7aa3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -265,14 +265,10 @@ test: all
shellcheck:
$(top_srcdir)/scripts/maint/checkShellScripts.sh
-check-practracker-unit-test:
- $(top_srcdir)/scripts/maint/practracker/test_practracker.sh
-
check-local: \
check-spaces \
check-changes \
check-includes \
- check-practracker-unit-test \
check-best-practices \
shellcheck \
check-cocci