Comment 1 for bug 1801451

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

Reviewed: https://review.openstack.org/608969
Committed: https://git.openstack.org/cgit/openstack/os-apply-config/commit/?id=84a37b1beb2336a96f70704943e2705fe18785cd
Submitter: Zuul
Branch: master

commit 84a37b1beb2336a96f70704943e2705fe18785cd
Author: Vieri <15050873171@163.com>
Date: Tue Oct 9 13:26:44 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: I55af786294e812d8942ac934f947f04cd3d459d9
    Closes-Bug: #1801451