Merge "Fix oslo_debug_helper not running"

This commit is contained in:
Jenkins 2017-03-15 09:55:12 +00:00 committed by Gerrit Code Review
commit e7213c35fe
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug]
commands = oslo_debug_helper {posargs}
whitelist_externals = oslo_debug_helper
commands = oslo_debug_helper -t mistral_lib/tests {posargs}
[flake8]
# E123, E125 skipped as they are invalid PEP-8.