Don't log test output while running

This commit is contained in:
Arthur Petukhovsky
2021-09-29 11:47:53 +03:00
parent f9bb4dbf08
commit 9b8168ebde
+1 -1
View File
@@ -245,7 +245,7 @@ jobs:
# multiple tests in one file)
# -rA prints summary in the end
# -n4 uses four processes to run tests via pytest-xdist
pipenv run pytest --junitxml=$TEST_OUTPUT/junit.xml --tb=short -s --verbose -rA $TEST_SELECTION $EXTRA_PARAMS
pipenv run pytest --junitxml=$TEST_OUTPUT/junit.xml --tb=short --verbose -rA $TEST_SELECTION $EXTRA_PARAMS
- run:
# CircleCI artifacts are preserved one file at a time, so skipping
# this step isn't a good idea. If you want to extract the