• L
    avocado: Fix install and execution under virtual environment · 3d52b441
    Lucas Meneghel Rodrigues 提交于
    The use of virtual environments is a very useful feature
    for developers and helps us to sanity check code instalability.
    However, we were not able to use it because the data file
    install has to be different for virt env and for regular
    system wide install (RPMs).
    
    This patch makes avocado aware of the execution mode,
    and sets the install process so that it works differently
    (and fine) for both normal install and virtenv install.
    
    Additionally, this fixes a bug I introduced on installing
    test files, that broke the avocado rpms.
    Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
    3d52b441
setup.py 2.0 KB