make *test: another typo;

This commit is contained in:
kba 2025-11-05 16:19:55 +01:00
parent e449dbab6d
commit 53e879e289

View file

@ -111,7 +111,7 @@ ocrd-test: tests/resources/kant_aufklaerung_1784_0020.tif
$(RM) -r $(TMPDIR) $(RM) -r $(TMPDIR)
# Run unit tests # Run unit tests
test: export EYNOLLAH_MODELS_DIR := $(CURDIR)/models_eynollah test: export EYNOLLAH_MODELS_DIR := $(CURDIR)
test: test:
$(PYTHON) -m pytest tests --durations=0 --continue-on-collection-errors $(PYTEST_ARGS) $(PYTHON) -m pytest tests --durations=0 --continue-on-collection-errors $(PYTEST_ARGS)