Comment 9 for bug 1241332

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/67517
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d2d2e5b6a197d2b5612c2942cd2eb965a3da3235
Submitter: Jenkins
Branch: master

commit d2d2e5b6a197d2b5612c2942cd2eb965a3da3235
Author: Maxime Vidori <email address hidden>
Date: Wed Apr 9 18:38:05 2014 +0200

    Use "python -m coverage" rather than use "coverage" explicitly

    When coverage module is installed using a package from Debian/Ubuntu,
    the command name is "python-coverage". By using "python -m coverage"
    the coverage module is detected in both cases.

    Change-Id: Icf9084855b83d0cc721de5325f38cf72ac85ff81
    Closes-Bug: #1241332
    Co-Authored-By: florent <email address hidden>