Merge "configure oslotest for debug output"

This commit is contained in:
Zuul 2018-10-11 02:35:22 +00:00 committed by Gerrit Code Review
commit 8f026d9072
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ setenv =
LOGDIR={envdir}/log
TMPDIR={envdir}/tmp
PYTHON=coverage run --source openstack_releases --parallel-mode
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_DEBUG=1
OS_LOG_CAPTURE=1
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands =