Merge "Pass located tests directory in oslo debug"

This commit is contained in:
Jenkins 2017-03-15 16:03:04 +00:00 committed by Gerrit Code Review
commit 7164cbfbd8
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
commands = python setup.py build_sphinx
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t bifrost/tests {posargs}
[testenv:releasenotes]
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html