mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix small bugs in the Makefile for large tests
This commit is contained in:
parent
5ff96cf93c
commit
089ef879a9
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue