fix pip cache dir

This commit is contained in:
Joshua Hesketh 2013-08-15 10:57:46 +10:00
parent 2f94a379c8
commit e047dc11dd

View File

@ -78,7 +78,7 @@ echo "$0 $1 $2 $3 $4 $5 $6 $7 $8 $9"
# Setup the environment
export PATH=/usr/lib/ccache:$PATH
export PIP_DOWNLOAD_CACHE=$8
export PIP_DOWNLOAD_CACHE=$9
# Restore database to known good state
echo "Restoring test database $6"