Comment 1 for bug 1801455

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-scciclient (master)

Reviewed: https://review.opendev.org/609003
Committed: https://git.openstack.org/cgit/x/python-scciclient/commit/?id=ae7bc81d103dfaf9414dbfca3d3a2a08d1d01b42
Submitter: Zuul
Branch: master

commit ae7bc81d103dfaf9414dbfca3d3a2a08d1d01b42
Author: Vieri <15050873171@163.com>
Date: Tue Oct 9 14:02:05 2018 +0000

    Don't quote {posargs} in tox.ini

    Quotes around {posargs} cause the entire string to be combined into one
    arg that gets passed to stestr. This prevents passing multiple args
    (e.g. '--concurrency=16 some-regex')

    Change-Id: I93bdc97f291d9b2df9f5cec7d907ffc66285ea08
    Closes-Bug: #1801455