Fix oslo_debug_helper not running

Specify test directory so that tox won't complain
`ImportError: Start directory is not importable`.

Change-Id: I03108f71254e8cc99fb0fcab7d4f1f8614b4e60e
Closes-Bug: #1666560
This commit is contained in:
HaiJieZhang 2017-03-23 11:28:16 +08:00
parent 6ebeed09e0
commit ae9db6fd2b
1 changed files with 1 additions and 1 deletions

View File

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