Fix tox stress invocation to not quote arguments

Change-Id: I6fc1e64c3e52a02126235d5cc42831ee2d25f997
This commit is contained in:
David Kranz 2014-11-11 15:29:00 -05:00
parent 31a91ee725
commit 03fbe5cae1
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ sitepackages = {[tempestenv]sitepackages}
setenv = {[tempestenv]setenv}
deps = {[tempestenv]deps}
commands =
run-tempest-stress '{posargs}'
run-tempest-stress {posargs}
[testenv:venv]
commands = {posargs}