Comment 1 for bug 1801454

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-refresh-config (master)

Reviewed: https://review.openstack.org/608972
Committed: https://git.openstack.org/cgit/openstack/os-refresh-config/commit/?id=71eca9794d4d93626dcadf99b49af2dd5759b45c
Submitter: Zuul
Branch: master

commit 71eca9794d4d93626dcadf99b49af2dd5759b45c
Author: Vieri <15050873171@163.com>
Date: Tue Oct 9 13:29:52 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: I83986c645b21b3994c199c68419847d1507511de
    Closes-Bug: #1801454