Fix small bugs in the Makefile for large tests

This commit is contained in:
Alex Pyrgiotis 2025-03-12 19:24:12 +02:00
parent 5ff96cf93c
commit 089ef879a9
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -1,5 +1,5 @@
LARGE_TEST_REPO_DIR:=tests/test_docs_large LARGE_TEST_REPO_DIR:=tests/test_docs_large
GIT_DESC=$$(git describe) GIT_DESC=$$(git describe --always)
JUNIT_FLAGS := --capture=sys -o junit_logging=all JUNIT_FLAGS := --capture=sys -o junit_logging=all
MYPY_ARGS := --ignore-missing-imports \ MYPY_ARGS := --ignore-missing-imports \
--disallow-incomplete-defs \ --disallow-incomplete-defs \
@ -56,7 +56,7 @@ test-large: test-large-init ## Run large test set
$(JUNIT_FLAGS) \ $(JUNIT_FLAGS) \
-v \ -v \
tests/test_large_set.py::TestLargeSet tests/test_large_set.py::TestLargeSet
python $(TEST_LARGE_RESULTS)/report.py $(TEST_LARGE_RESULTS) python $(LARGE_TEST_REPO_DIR)/report.py $(TEST_LARGE_RESULTS)
Dockerfile: Dockerfile.env Dockerfile.in Dockerfile: Dockerfile.env Dockerfile.in
poetry run jinja2 Dockerfile.in Dockerfile.env > Dockerfile poetry run jinja2 Dockerfile.in Dockerfile.env > Dockerfile