Merge "configure oslotest for debug output"
This commit is contained in:
commit
8f026d9072
4
tox.ini
4
tox.ini
@ -15,6 +15,10 @@ setenv =
|
|||||||
LOGDIR={envdir}/log
|
LOGDIR={envdir}/log
|
||||||
TMPDIR={envdir}/tmp
|
TMPDIR={envdir}/tmp
|
||||||
PYTHON=coverage run --source openstack_releases --parallel-mode
|
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
|
basepython = python3
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user