Fix oslo_debug_helper not working

Change-Id: Ifd4ea791b22b1bddc1116b89e6589a372cd17bd9
Closes-Bug: #1666560
This commit is contained in:
Surya Prakash Singh 2017-03-10 21:55:47 +05:30 committed by Surya Prakash (spsurya)
parent f5be229ae6
commit eb664f9d6c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ commands =
python setup.py test --slowest --testr-args='{posargs}'
[testenv:debug]
commands = oslo_debug_helper {posargs}
commands = oslo_debug_helper -t kolla/tests {posargs}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}