Merge "Fix bugs in debugging with Tox"

This commit is contained in:
Zuul 2018-11-01 15:28:04 +00:00 committed by Gerrit Code Review
commit c400b056eb
1 changed files with 3 additions and 1 deletions

View File

@ -52,10 +52,12 @@ commands =
commands = {posargs}
[testenv:debug]
# allow 1 year, or 31536000 seconds, to debug a test before it times out
setenv = OS_TEST_TIMEOUT=31536000
whitelist_externals = find
commands =
find . -type f -name "*.pyc" -delete
oslo_debug_helper {posargs}
oslo_debug_helper -t openstack/tests {posargs}
[testenv:cover]
setenv =