summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-18 16:45:54 +0000
committerGerrit Code Review <review@openstack.org>2015-11-18 16:45:54 +0000
commit88cd70df81166ea5f4a9454117dfdbe9d7bdd383 (patch)
tree5bccfb36dd298ceaf51f8e9da5abe8907a451bce
parentb6ce32cb7073648e801ce36ebcddd4c13ac5d56a (diff)
parent37bd68c4ac010626e501e4d1942b321967af69e4 (diff)
downloadpython-barbicanclient-88cd70df81166ea5f4a9454117dfdbe9d7bdd383.tar.gz
Merge "Allow tox to be able to run independent functional tests"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0243161..d5bf2f9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,7 +32,7 @@ commands = python setup.py build_sphinx
# Note: This requires local running instances of Barbican
deps =
{[testenv]deps}
-commands = nosetests {toxinidir}/functionaltests --match='{posargs}'
+commands = nosetests {toxinidir}/functionaltests/{posargs} -v
[tox:jenkins]
downloadcache = ~/cache/pip