]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix ./run_tests.sh -V --virtual-env-name
authorEric Harney <eharney@redhat.com>
Fri, 22 Nov 2013 15:13:58 +0000 (10:13 -0500)
committerEric Harney <eharney@redhat.com>
Fri, 22 Nov 2013 15:14:22 +0000 (10:14 -0500)
commitd79ea38c168230377828bc5667e4fdbd8638b776
tree8c18f8f3cab2181b4a3b143c77476b66a0859eed
parent653c403b047822e3a4b270c78218142d1ec33347
Fix ./run_tests.sh -V --virtual-env-name

Currently if --virtual-env-name is specified, the tests fail
because it still creates .venv/ but then looks in the specified
location to use the venv.

This makes --virtual-env-name work as expected.

Change-Id: I036cd08f7b7b9dc87e7012f8dd198a26375297a2
tools/install_venv.py