diff options
author | teor <teor@torproject.org> | 2019-12-12 16:08:05 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-12 16:08:05 +1000 |
commit | 36dce6836d2a32426275df47ec5ea71dbb122034 (patch) | |
tree | eb3cacaa523604429ddbaeee9ce66371974f4f29 /Makefile.am | |
parent | a38014e5c6fa7955e9af61b42eddb2bc9edc29a9 (diff) | |
download | tor-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.am | 4 |
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 |