
commit 36dce6836d2a32426275df47ec5ea71dbb122034 Author: teor <teor@torproject.org> Date: Thu Dec 12 16:08:05 2019 +1000 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. --- Makefile.am | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 58b791a61..2dd3a7aa3 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
participants (1)
-
teor@torproject.org