]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Makefile: Remove the broken, duplicate check-practracker-unit-test
authorteor <teor@torproject.org>
Thu, 12 Dec 2019 06:08:05 +0000 (16:08 +1000)
committerteor <teor@torproject.org>
Thu, 12 Dec 2019 06:08:05 +0000 (16:08 +1000)
This test doesn't set PYTHON, and ignores USE_PYTHON. And it's already
listed in TEST_SCRIPTS.

Fixes CI issue 32705.

Makefile.am

index 58b791a619a7aeb318d234dc430203d7e387a434..2dd3a7aa3f97a3a269245693a688fb3cf8845d3c 100644 (file)
@@ -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