Fix oslo_debug_helper not running
Specify test directory so that tox won't complain `ImportError: Start directory is not importable`. Change-Id: I1a6f997f6ea3bba9c80131c6e70783f67e7a83ed
This commit is contained in:
parent
9ddd0c862c
commit
8d03957632
2
tox.ini
2
tox.ini
@ -29,7 +29,7 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
|
|||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
commands = oslo_debug_helper {posargs}
|
commands = oslo_debug_helper -t ironic_ui/test/tests {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user