tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 36dce6836d2a32426275df47ec5ea71dbb122034
parent a38014e5c6fa7955e9af61b42eddb2bc9edc29a9
Author: teor <teor@torproject.org>
Date:   Thu, 12 Dec 2019 16:08:05 +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.

Diffstat:
MMakefile.am | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git 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