Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52f012a

Browse files
committed
Make Azure more verbose.
1 parent c0e7fbe commit 52f012a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ steps:
107107
displayName: 'print env'
108108

109109
- bash: |
110-
PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
110+
PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -vraR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
111111
[[ "$PYTHON_VERSION" = 'Pre' ]]
112112
displayName: 'pytest'
113113

0 commit comments

Comments
 (0)