mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Large test run: hide traceback to avoid spam
Some tests are expected to fail. To avoid having potentially thousands of tracebacks of the failed docs at the end, we're deactivating that reporting.
This commit is contained in:
parent
fa215063ee
commit
a0bcd12635
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -63,7 +63,7 @@ test-large-init: test-large-requirements
|
|||
TEST_LARGE_RESULTS:=$(LARGE_TEST_REPO_DIR)/results/junit/commit_$(GIT_DESC).junit.xml
|
||||
.PHONY: tests-large
|
||||
test-large: test-large-init ## Run large test set
|
||||
python -m pytest tests/test_large_set.py::TestLargeSet -v $(JUNIT_FLAGS) --junitxml=$(TEST_LARGE_RESULTS)
|
||||
python -m pytest --tb=no tests/test_large_set.py::TestLargeSet -v $(JUNIT_FLAGS) --junitxml=$(TEST_LARGE_RESULTS)
|
||||
python $(TEST_LARGE_RESULTS)/report.py $(TEST_LARGE_RESULTS)
|
||||
|
||||
# Makefile self-help borrowed from the securedrop-client project
|
||||
|
|
Loading…
Reference in a new issue