Skip to content
Snippets Groups Projects
Unverified Commit 36dce683 authored by teor's avatar teor
Browse files

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.
parent a38014e5
No related branches found
No related tags found
No related merge requests found
...@@ -265,14 +265,10 @@ test: all ...@@ -265,14 +265,10 @@ test: all
shellcheck: shellcheck:
$(top_srcdir)/scripts/maint/checkShellScripts.sh $(top_srcdir)/scripts/maint/checkShellScripts.sh
check-practracker-unit-test:
$(top_srcdir)/scripts/maint/practracker/test_practracker.sh
check-local: \ check-local: \
check-spaces \ check-spaces \
check-changes \ check-changes \
check-includes \ check-includes \
check-practracker-unit-test \
check-best-practices \ check-best-practices \
shellcheck \ shellcheck \
check-cocci check-cocci
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment