commit | c1fa97e7ee219ce3ecdf3c028390ae0462fbbc99 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Jul 29 11:01:25 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jul 29 11:01:25 2013 +0000 |
tree | c0581e1839d4847e09da885d33afde6f974cc71c | |
parent | beab82618a95a507073abaf89234f1060c120cf7 [diff] | |
parent | e2955c01156eb34bfde43b66d29e4f58d45e185c [diff] |
Merge "Add posargs to testr-full tox job"
diff --git a/tox.ini b/tox.ini index eb1ef4b..93a53ac 100644 --- a/tox.ini +++ b/tox.ini
@@ -30,7 +30,7 @@ sitepackages = True setenv = VIRTUAL_ENV={envdir} commands = - sh tools/pretty_tox.sh 'tempest.api tempest.scenario tempest.thirdparty tempest.cli' + sh tools/pretty_tox.sh 'tempest.api tempest.scenario tempest.thirdparty tempest.cli {posargs}' [testenv:smoke] sitepackages = True