Merge "Use OS_LOG_CAPTURE to get log output"

This commit is contained in:
Jenkins 2016-09-13 21:38:42 +00:00 committed by Gerrit Code Review
commit 8d96ad5b79
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_DEBUG=1
OS_LOG_CAPTURE=1
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'