summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-29 05:53:09 +0000
committerGerrit Code Review <review@openstack.org>2015-04-29 05:53:09 +0000
commit075987267b5ecd794e512ecf8d178368c4a1cbfa (patch)
tree8a7ced112d4749daef7ba50ce7f845e4c3aea66f /tox.ini
parentcf52e722c0c37ce2f69b9ca0684890033c8c06c6 (diff)
parentaa7e58cefb67b28ec3c3fcc6f654b41d3ecc6c4a (diff)
downloadpython-openstackclient-075987267b5ecd794e512ecf8d178368c4a1cbfa.tar.gz
Merge "Functional tests run in many environments"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 70cca034..25eb81bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ whitelist_externals = bash
commands = flake8
[testenv:functional]
-commands = bash -x {toxinidir}/functional/harpoon.sh
+setenv = OS_TEST_PATH=./functional/tests
[testenv:venv]
commands = {posargs}