Comment 1 for bug 1457162

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

Reviewed: https://review.openstack.org/184591
Committed: https://git.openstack.org/cgit/openstack/rally/commit/?id=a9b635f62e1666e51d7e0cc9b7f5b77c2788e527
Submitter: Jenkins
Branch: master

commit a9b635f62e1666e51d7e0cc9b7f5b77c2788e527
Author: Sergey Skripnick <email address hidden>
Date: Wed May 20 22:10:22 2015 +0300

    Rename rally.cmd to rally.cli

    There is module 'cmd' in standard library, and unittest's discover
    does modify sys.path when running tests. This cause errors when running
    unit tests in some environments (E.g. pycharm)

    Change-Id: I4fd2d271da1b7fd300fbbeb6107aa958e716fd2b
    Closes-Bug: 1457162