Stop kong/run_tests.sh from building venv each run

Change-Id: I17e077891471e4b5e2c0372b1d2adf735f4df3ca
This commit is contained in:
Brian Waldon 2011-10-27 12:37:34 -04:00
parent 86fd8bc8e7
commit 3f6c9d5875

View File

@ -68,7 +68,7 @@ function setup_venv {
echo "Cleaning virtualenv..."
rm -rf ${venv}
fi
if [ -e ${venv} ]; then
if [ -e "../${venv}" ]; then
wrapper="${with_venv}"
else
if [ $always_venv -eq 1 ]; then