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

This commit is contained in:
Zuul 2018-10-09 19:12:30 +00:00 committed by Gerrit Code Review
commit 2238bb0541
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ deps = -r{toxinidir}/test-requirements.txt
# call ie: 'tox -epy27 -- --concurrency=4'
commands =
find . -ignore_readdir_race -type f -name "*.pyc" -delete
stestr run '{posargs}'
stestr run {posargs}
stestr slowest
whitelist_externals =