Merge "Don't quote {posargs} in tox.ini"

This commit is contained in:
Zuul 2018-10-10 01:11:01 +00:00 committed by Gerrit Code Review
commit 924fae4a47
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ basepython = python3
setenv =
PYTHON=coverage run --source oslo_db --parallel-mode
commands =
stestr run '{posargs}'
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml