Skip to content

Commit 0ef6fc0

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Functional tests debug support"
2 parents bfad2ab + fd0ac81 commit 0ef6fc0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ commands =
7373
coverage report
7474

7575
[testenv:debug]
76-
commands = oslo_debug_helper -t openstackclient/tests {posargs}
76+
passenv = OS_*
77+
commands =
78+
pip install -q -U ipdb
79+
oslo_debug_helper -t openstackclient/tests {posargs}
7780

7881
[testenv:docs]
7982
commands = python setup.py build_sphinx

0 commit comments

Comments
 (0)