Comment 5 for bug 1527562

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

Reviewed: https://review.openstack.org/259445
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=d7c41ebf9bc07f253fe08f77fde62a5a7ffef776
Submitter: Jenkins
Branch: master

commit d7c41ebf9bc07f253fe08f77fde62a5a7ffef776
Author: Lucas Alvares Gomes <email address hidden>
Date: Mon Dec 21 16:22:00 2015 +0800

    Fix "No closing quotation" error when building with tox

    Apparently # is treated as a comment inside the string and as
    consequence the rest of the command gets stripped. This patch drops
    those comments from the bashate command.

    This patch also moves the bashate command to its own script under
    tools/.

    Change-Id: Ic44bb64419ca1465f69c91fd579e8c84d69f84b8
    Closes-Bug: #1527562